Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ pillow>=9.0.0
|
|
7 |
opencv-python>=4.7.0
|
8 |
|
9 |
# Facial analysis libraries - dlib with prebuilt binaries
|
10 |
-
dlib
|
11 |
deepface>=0.0.79
|
12 |
|
13 |
# Lightweight alternatives in case DeepFace is too heavy
|
|
|
7 |
opencv-python>=4.7.0
|
8 |
|
9 |
# Facial analysis libraries - dlib with prebuilt binaries
|
10 |
+
dlib>=19.22.1 # Use prebuilt binaries instead of compiling from source
|
11 |
deepface>=0.0.79
|
12 |
|
13 |
# Lightweight alternatives in case DeepFace is too heavy
|