Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
gradio>=
|
2 |
-
deepface
|
3 |
librosa
|
4 |
joblib
|
5 |
-
|
|
|
|
|
|
|
6 |
opencv-python-headless
|
|
|
1 |
+
gradio>=3.34.0
|
2 |
+
deepface>=0.0.94
|
3 |
librosa
|
4 |
joblib
|
5 |
+
scikit-learn
|
6 |
+
tensorflow>=2.8.0 # 或者 2.7.0,DeepFace 兼容
|
7 |
+
tf-keras # 解决 RetinaFace 要求 tf-keras 的问题
|
8 |
+
numpy
|
9 |
opencv-python-headless
|