Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio==
|
2 |
-
|
3 |
-
|
4 |
deepface
|
5 |
-
|
6 |
-
|
7 |
-
tf-keras
|
|
|
1 |
+
gradio==3.64.1
|
2 |
+
librosa
|
3 |
+
joblib
|
4 |
deepface
|
5 |
+
tensorflow # DeepFace 会依赖
|
6 |
+
opencv-python-headless # DeepFace 在 Spaces 上需要
|
|