AndrewLam489's picture
Update app.py
d4a6f21 verified
raw
history blame contribute delete
129 Bytes
import streamlit as st
from camera_input_live import camera_input_live
image = camera_input_live()
if image:
st.image(image)