Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gagandwaz
/
Photo_class
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
caa7b78
Photo_class
/
app.py
gagandwaz
Update app.py
caa7b78
over 1 year ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
Image
import
streamlit
as
st
picture = st.camera_input(
"First, take a picture..."
)
inp = Image.
open
(picture)
st.write(inp)