GCLing commited on
Commit
6c3ecca
·
verified ·
1 Parent(s): 8bda002

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio>=5.34.0
2
- deepface==0.0.93
3
- opencv-python
4
- tensorflow==2.18.0 # 降级到 2.18.0,DeepFace/RetinaFace 不用 tf-keras
5
  librosa
6
  joblib
 
 
1
+ gradio==5.34.0
2
+ tensorflow==2.18.0 # ↓ 用 2.18.0 可避免 deepface 的 tf-keras 問題
3
+ deepface
 
4
  librosa
5
  joblib
6
+ numpy