Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,7 @@ uvicorn[standard]
|
|
| 3 |
numpy
|
| 4 |
pillow
|
| 5 |
matplotlib
|
| 6 |
-
motor
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
pillow
|
| 5 |
matplotlib
|
| 6 |
+
motor
|
| 7 |
+
opencv-python-headless
|
| 8 |
+
torch --index-url https://download.pytorch.org/whl/cpu
|
| 9 |
+
torchvision --index-url https://download.pytorch.org/whl/cpu
|