GCLing commited on
Commit
fa5abd1
·
verified ·
1 Parent(s): 5a1c5e4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- gradio>=3.34.0 # 或者最新的穩定版本
2
- deepface
3
- tensorflow==2.8.0 # DeepFace 支援的 TensorFlow 版本
4
- tf-keras
5
- librosa
6
- joblib
 
 
 
 
1
+ gradio==3.34.1
2
+ tensorflow==2.11.0
3
+ tf-keras==2.9.0
4
+ deepface==0.0.93
5
+ retina-face==0.17.0
6
+ opencv-python-headless==4.6.0.66
7
+ librosa==0.10.0
8
+ joblib==1.2.0
9
+ numpy==1.23.5