Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
torch
|
| 4 |
-
torchvision
|
| 5 |
numpy
|
| 6 |
opencv-python-headless
|
| 7 |
-
dlib==19.24.1
|
| 8 |
-
face_recognition
|
| 9 |
pillow
|
| 10 |
matplotlib
|
| 11 |
-
motor
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
opencv-python-headless
|
|
|
|
|
|
|
| 5 |
pillow
|
| 6 |
matplotlib
|
| 7 |
+
motor
|
| 8 |
+
face_recognition-models==0.3.0
|
| 9 |
+
https://files.pythonhosted.org/packages/ac/d7/6d2cca3b72dd7c9c6b58421b3ae71b4c5bcfd12fb7eace37c4c8f43e4d9/dlib-19.24.1-cp310-cp310-linux_x86_64.whl
|
| 10 |
+
face_recognition
|