Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
-
gradio>=5.
|
2 |
-
|
3 |
-
sentencepiece
|
4 |
-
deepface
|
5 |
-
opencv-python
|
6 |
-
tf-keras
|
7 |
librosa
|
|
|
8 |
joblib
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
|
|
|
1 |
+
gradio>=5.34.0
|
2 |
+
numpy
|
|
|
|
|
|
|
|
|
3 |
librosa
|
4 |
+
soundfile
|
5 |
joblib
|
6 |
+
huggingface_hub
|
7 |
+
transformers # 若零-shot用本地,否则可省略,改用 Inference API
|
8 |
+
deepface
|
9 |
+
tensorflow # deepface 需
|
10 |
+
opencv-python # deepface 后端
|
11 |
+
scikit-learn # SVM 语音
|