Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
timm==1.0.24
|
| 4 |
-
gradio=
|
| 5 |
-
huggingface_hub<0.24
|
| 6 |
Pillow
|
| 7 |
numpy
|
| 8 |
matplotlib
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
timm==1.0.24
|
| 4 |
+
gradio>=5.0,<6.0
|
|
|
|
| 5 |
Pillow
|
| 6 |
numpy
|
| 7 |
matplotlib
|