Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
Flask
|
2 |
-
opencv-python
|
3 |
-
numpy
|
4 |
-
tensorflow ==2.12.0
|
5 |
-
Werkzeug
|
6 |
-
gunicorn
|
7 |
-
cuda-python
|
8 |
-
streamlit
|
|
|
|
1 |
+
Flask
|
2 |
+
opencv-python
|
3 |
+
numpy
|
4 |
+
tensorflow ==2.12.0
|
5 |
+
Werkzeug
|
6 |
+
gunicorn
|
7 |
+
cuda-python
|
8 |
+
streamlit
|
9 |
+
streamlit-webrtc
|