Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==3.34.1
|
2 |
+
tensorflow==2.11.0
|
3 |
+
tf-keras==2.9.0
|
4 |
+
deepface==0.0.93
|
5 |
+
retina-face==0.17.0
|
6 |
+
opencv-python-headless==4.6.0.66
|
7 |
+
librosa==0.10.0
|
8 |
+
joblib==1.2.0
|
9 |
+
numpy==1.23.5
|