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
09ef9a4
·
1 Parent(s):
0c8603a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
-
from
streamlit_webrtc
import
webrtc_streamer
2
3
-
webrtc_streamer(key="sample")
1
+
import
streamlit
as
st
2
3
+
from camera_input_live import camera_input_live
4
+
5
+
image = camera_input_live()
6
+
7
+
st.image(value)