Spaces:
Running
Running
Add missing runtime deps for Streamlit webcam app
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -11,7 +11,7 @@ mediapipe==0.10.14
|
|
| 11 |
|
| 12 |
streamlit==1.57.0
|
| 13 |
streamlit-webrtc==0.62.4
|
|
|
|
| 14 |
|
| 15 |
torch==2.11.0
|
| 16 |
-
torchvision==0.26.0
|
| 17 |
-
|
|
|
|
| 11 |
|
| 12 |
streamlit==1.57.0
|
| 13 |
streamlit-webrtc==0.62.4
|
| 14 |
+
tornado>=6.4,<7
|
| 15 |
|
| 16 |
torch==2.11.0
|
| 17 |
+
torchvision==0.26.0
|
|
|