Spaces:
Runtime error
Runtime error
yuanze1024
commited on
Commit
·
90432ec
1
Parent(s):
276deda
specify every pip requirement
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,11 +2,11 @@ gradio==4.24.0
|
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
datasets==2.18.0
|
5 |
-
timm
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|
9 |
huggingface_hub==0.21.4
|
10 |
ftfy==6.1.1
|
11 |
regex==2023.6.3
|
12 |
-
easydict
|
|
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
datasets==2.18.0
|
5 |
+
timm==0.4.12
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|
9 |
huggingface_hub==0.21.4
|
10 |
ftfy==6.1.1
|
11 |
regex==2023.6.3
|
12 |
+
easydict==1.13
|