Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SS8297
/
Streamlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SS8297
commited on
Dec 18, 2023
Commit
93cb276
·
1 Parent(s):
ef95673
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from streamlit_webrtc import webrtc_streamer
2
+
3
+
webrtc_streamer(key="sample")