Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +9 -12
requirements.txt
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
scikit-learn
|
11 |
-
librosa
|
12 |
-
joblib
|
|
|
1 |
+
gradio>=5.34.0
|
2 |
+
deepface
|
3 |
+
tensorflow==2.19.0
|
4 |
+
tf-keras
|
5 |
+
opencv-python-headless
|
6 |
+
librosa
|
7 |
+
joblib
|
8 |
+
numpy
|
9 |
+
scikit-learn
|
|
|
|
|
|