GCLing commited on
Commit
5e42cc9
·
verified ·
1 Parent(s): f367db3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -4,10 +4,10 @@ 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
12
  tf-keras
13
- # SVM 语音
 
 
 
4
  soundfile
5
  joblib
6
  huggingface_hub
7
+ requests
8
  deepface
9
+ tensorflow
 
 
10
  tf-keras
11
+ opencv-python
12
+ scikit-learn
13
+ # 如不在 Space 上使用 transformers 本地 zero-shot,可不列出 transformers,改为用 Inference API