Streamlit / app.py
SS8297's picture
Update app.py
09ef9a4
raw
history blame
117 Bytes
import streamlit as st
from camera_input_live import camera_input_live
image = camera_input_live()
st.image(value)