Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
Flask
|
| 3 |
-
gunicorn
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
opencv-python
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
Flask==2.3.2
|
| 3 |
+
gunicorn==21.2.0
|
| 4 |
+
Pillow==10.1.0
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
torchvision==0.16.0
|
| 7 |
+
ultralytics==8.0.227
|
| 8 |
+
opencv-python-headless==4.8.1.78
|
| 9 |
+
flask-cors==4.0.0
|