Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
streamlit-webrtc
|
3 |
+
deepface
|
4 |
+
retina-face
|
5 |
+
tf-keras # 必須有,讓 retina-face 跳過驗證錯誤
|
6 |
+
librosa
|
7 |
+
joblib
|
8 |
+
scikit-learn
|