Spaces:
Runtime error
Runtime error
yuanze1024
commited on
Commit
·
b6b1807
1
Parent(s):
90432ec
fix timm version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ gradio==4.24.0
|
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
datasets==2.18.0
|
5 |
-
timm==0.
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|
|
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
datasets==2.18.0
|
5 |
+
timm==0.9.16
|
6 |
pillow==9.5.0
|
7 |
fastapi==0.112.2
|
8 |
open-clip-torch==2.24.0
|