Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
-
torch==2.1.0
|
| 4 |
-
torchvision==0.16.0
|
| 5 |
-
opencv-python-headless==4.8.1.78
|
| 6 |
-
numpy==1.24.3
|
| 7 |
-
Pillow==10.1.0
|
| 8 |
-
python-multipart==0.0.6
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
torch==2.1.0
|
| 4 |
+
torchvision==0.16.0
|
| 5 |
+
opencv-python-headless==4.8.1.78
|
| 6 |
+
numpy==1.24.3
|
| 7 |
+
Pillow==10.1.0
|
| 8 |
+
python-multipart==0.0.6
|
| 9 |
+
timm==0.9.2
|