Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
Flask==2.3.3
|
2 |
-
Werkzeug==2.3.7
|
3 |
-
Pillow==10.0.1
|
4 |
-
requests==2.31.0
|
5 |
-
numpy==1.24.3
|
6 |
-
opencv-python==4.8.1.78
|
7 |
-
scipy==1.11.3
|
8 |
transformers==4.35.2
|
9 |
torch==2.1.1
|
10 |
-
torchvision==0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers==4.35.2
|
2 |
torch==2.1.1
|
3 |
+
torchvision==0.16.1
|
4 |
+
pillow==10.1.0
|
5 |
+
gradio==4.7.1
|
6 |
+
accelerate==0.24.1
|
7 |
+
|