Yixuan Li commited on
Commit
d2ae6ff
·
1 Parent(s): 22b5d98

install hf in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def force_fix_huggingface_hub():
9
  "install",
10
  "--no-deps",
11
  "--force-reinstall",
12
- "huggingface-hub=0.30.2"
13
  ])
14
 
15
  force_fix_huggingface_hub()
 
9
  "install",
10
  "--no-deps",
11
  "--force-reinstall",
12
+ "huggingface-hub==0.30.2"
13
  ])
14
 
15
  force_fix_huggingface_hub()