File size: 129 Bytes
ae8a7b7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import streamlit as st

from camera_input_live import camera_input_live

image = camera_input_live()

if image:
  st.image(image)