Spaces:
Runtime error
Runtime error
Init
Browse files- app.py +3 -0
- requirements.txt +1 -0
app.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from streamlit_webrtc import webrtc_streamer
|
| 2 |
+
|
| 3 |
+
webrtc_streamer(key="sample")
|
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
streamlit-webrtc
|