Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
ultralytics
|
| 4 |
-
opencv-python-headless
|
| 5 |
-
torch
|
| 6 |
-
torchvision
|
| 7 |
-
timm
|
| 8 |
-
firebase-admin
|
| 9 |
-
python-multipart
|
| 10 |
-
requests
|
| 11 |
-
numpy
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
ultralytics
|
| 4 |
+
opencv-python-headless
|
| 5 |
+
torch
|
| 6 |
+
torchvision
|
| 7 |
+
timm
|
| 8 |
+
firebase-admin
|
| 9 |
+
python-multipart
|
| 10 |
+
requests
|
| 11 |
+
numpy
|
| 12 |
+
tqdm
|