Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
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
|
|
|
|
|
|
|
|
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
|