Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
scipy==1.11.4
|
| 10 |
-
requests==2.31.0
|
| 11 |
matplotlib
|
|
|
|
| 1 |
+
huggingface-hub>=0.19.3,<1.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
pillow>=10.0.0
|
| 6 |
+
opencv-python-headless>=4.8.0
|
| 7 |
+
numpy>=1.24.0
|
| 8 |
+
scipy>=1.10.0
|
|
|
|
|
|
|
| 9 |
matplotlib
|