SS8297 commited on
Commit
09ef9a4
·
1 Parent(s): 0c8603a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -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)