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