GCLing commited on
Commit
852094b
·
verified ·
1 Parent(s): 0b5ee74

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- gradio>=5.34.0
2
- deepface
3
  librosa
4
  joblib
5
- tensorflow
 
 
 
6
  opencv-python-headless
 
1
+ gradio>=3.34.0
2
+ deepface>=0.0.94
3
  librosa
4
  joblib
5
+ scikit-learn
6
+ tensorflow>=2.8.0 # 或者 2.7.0,DeepFace 兼容
7
+ tf-keras # 解决 RetinaFace 要求 tf-keras 的问题
8
+ numpy
9
  opencv-python-headless