Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
gradio>=5.34.0
|
2 |
-
deepface
|
3 |
-
|
4 |
-
tf-keras
|
5 |
-
opencv-python-headless
|
6 |
librosa
|
7 |
joblib
|
8 |
-
numpy
|
9 |
-
scikit-learn
|
|
|
1 |
gradio>=5.34.0
|
2 |
+
deepface==0.0.93
|
3 |
+
opencv-python
|
4 |
+
tensorflow==2.18.0 # 降级到 2.18.0,DeepFace/RetinaFace 不用 tf-keras
|
|
|
5 |
librosa
|
6 |
joblib
|
|
|
|