Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
Flask==2.
|
2 |
-
opencv-python==4.
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
gunicorn
|
|
|
1 |
+
Flask==2.3.3
|
2 |
+
opencv-python==4.8.1.78
|
3 |
+
numpy==1.26.4
|
4 |
+
instagrapi==2.0.0
|
5 |
+
transformers==4.44.2
|
6 |
+
torch==2.4.1
|
7 |
+
Pillow==10.4.0
|
|