Spaces:
Runtime error
Runtime error
Update src/requirements.txt
Browse files- src/requirements.txt +7 -8
src/requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
tensorflow
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
h5py>=3.7.0
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
opencv-python
|
| 3 |
+
tensorflow==2.10.0
|
| 4 |
+
numpy
|
| 5 |
+
pillow
|
| 6 |
+
streamlit-webrtc
|
| 7 |
+
huggingface-hub
|
|
|