Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
tensorflow>=2.
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
1 |
+
--- requirements.txt
|
2 |
+
+++ requirements.txt
|
3 |
+
@@ -1,5 +1,6 @@
|
4 |
+
-gradio>=5.34.0
|
5 |
+
+gradio>=5.34.0
|
6 |
+
tensorflow>=2.19.0
|
7 |
+
-deepface>=0.0.94
|
8 |
+
+deepface==0.0.93 # 改用目前 PyPI 上最新的 DeepFace
|
9 |
+
+tf-keras # RetinaFace 驗證 Keras3 時會用到
|
10 |
+
scikit-learn
|
11 |
+
librosa
|
12 |
+
joblib
|