GCLing commited on
Commit
506d677
·
verified ·
1 Parent(s): 9e36023

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- streamlit
2
- streamlit-webrtc
3
  deepface
4
- retina-face
5
- tf-keras # 必須有,讓 retina-face 跳過驗證錯誤
6
- librosa
7
- joblib
8
- scikit-learn
 
1
+ gradio>=3.61.0
2
+
3
  deepface
4
+ opencv-python
5
+ numpy
6
+ tf-keras