Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
numpy
|
2 |
-
streamlit==1.9.0
|
3 |
-
tensorflow-cpu==2.9.0
|
4 |
-
opencv-python-headless==4.5.5.64
|
5 |
-
streamlit-webrtc==0.37.0
|
6 |
-
protobuf
|
7 |
-
pandas
|
8 |
-
seaborn
|
9 |
pyngrok
|
|
|
1 |
+
numpy
|
2 |
+
streamlit==1.9.0
|
3 |
+
tensorflow-cpu==2.9.0
|
4 |
+
opencv-python-headless==4.5.5.64
|
5 |
+
streamlit-webrtc==0.37.0
|
6 |
+
protobuf>=3.19.0
|
7 |
+
pandas
|
8 |
+
seaborn
|
9 |
pyngrok
|