Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
torch>=2.5.0
|
| 2 |
torchvision>=0.20.0
|
|
|
|
|
|
|
| 3 |
gradio[oauth,mcp]==6.13.0
|
| 4 |
uvicorn>=0.14.0
|
| 5 |
websockets>=10.4
|
| 6 |
-
spaces
|
|
|
|
|
|
|
|
|
| 1 |
torch>=2.5.0
|
| 2 |
torchvision>=0.20.0
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
+
timm>=0.9.0
|
| 5 |
gradio[oauth,mcp]==6.13.0
|
| 6 |
uvicorn>=0.14.0
|
| 7 |
websockets>=10.4
|
| 8 |
+
spaces
|
| 9 |
+
Pillow>=9.0.0
|
| 10 |
+
numpy>=1.24.0
|