Spaces:
Running
Running
Add missing runtime deps for Streamlit webcam app
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -10,6 +10,8 @@ opencv-python==4.13.0.92
|
|
| 10 |
mediapipe==0.10.14
|
| 11 |
|
| 12 |
streamlit==1.57.0
|
|
|
|
| 13 |
|
| 14 |
torch==2.11.0
|
| 15 |
torchvision==0.26.0
|
|
|
|
|
|
| 10 |
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 |
+
|