File size: 117 Bytes
09ef9a4
93cb276
09ef9a4
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st

from camera_input_live import camera_input_live

image = camera_input_live()

st.image(value)