GCLing commited on
Commit
deddea7
·
verified ·
1 Parent(s): aa0b3bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio==3.64.1
 
2
  librosa
3
  joblib
4
- deepface
5
- tensorflow # DeepFace 会依赖
6
- opencv-python-headless # DeepFace 在 Spaces 上需要
 
1
+ gradio>=5.34.0
2
+ deepface
3
  librosa
4
  joblib
5
+ tensorflow
6
+ opencv-python-headless