Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
transformers>=4.
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
torchvision==0.16.0
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
+
gradio>=4.24.0
|
| 5 |
+
matplotlib
|
| 6 |
+
pillow
|
| 7 |
+
numpy
|
| 8 |
+
scipy
|
| 9 |
+
pydantic==2.10.6
|
| 10 |
+
timm
|