GCLing commited on
Commit
54a4a96
·
verified ·
1 Parent(s): c0131be

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,13 +1,10 @@
1
  gradio>=5.34.0
2
- numpy
 
3
  librosa
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
 
1
  gradio>=5.34.0
2
+ requests
3
+ huggingface_hub
4
  librosa
5
  soundfile
6
+ scikit-learn
7
  joblib
 
 
8
  deepface
9
+ tensorflow<=2.18.0
10
  tf-keras