Spaces:
Runtime error
Runtime error
yuanze1024
commited on
Commit
•
159ed7b
1
Parent(s):
b6b1807
fix huggingface-hub version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -6,7 +6,7 @@ timm==0.9.16
|
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|
9 |
-
|
10 |
ftfy==6.1.1
|
11 |
regex==2023.6.3
|
12 |
easydict==1.13
|
|
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|
9 |
+
huggingface-hub==0.22.1
|
10 |
ftfy==6.1.1
|
11 |
regex==2023.6.3
|
12 |
easydict==1.13
|