Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +0 -2
requirements.txt
CHANGED
|
@@ -5,10 +5,8 @@ pillow
|
|
| 5 |
matplotlib
|
| 6 |
motor
|
| 7 |
opencv-python-headless
|
| 8 |
-
# Use pre-compiled dlib to avoid long build times
|
| 9 |
dlib-binary==19.24.2
|
| 10 |
face_recognition
|
| 11 |
-
# Install PyTorch from specific index
|
| 12 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 13 |
torch
|
| 14 |
torchvision
|
|
|
|
| 5 |
matplotlib
|
| 6 |
motor
|
| 7 |
opencv-python-headless
|
|
|
|
| 8 |
dlib-binary==19.24.2
|
| 9 |
face_recognition
|
|
|
|
| 10 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 11 |
torch
|
| 12 |
torchvision
|