Spaces:
Build error
Build error
FINAL STABILITY PUSH: Implemented @st .cache_resource and av dependency to fix all thread/networking race conditions.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
streamlit-webrtc
|
| 3 |
opencv-python
|
| 4 |
deepface
|
| 5 |
numpy
|
| 6 |
-
scikit-learn
|
| 7 |
-
av
|
|
|
|
| 1 |
+
av
|
| 2 |
streamlit
|
| 3 |
streamlit-webrtc
|
| 4 |
opencv-python
|
| 5 |
deepface
|
| 6 |
numpy
|
| 7 |
+
scikit-learn
|
|
|