Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kolpitor
/
AI_ML
like
0
Runtime error
App
Files
Files
Community
c1eaa65
AI_ML
/
app.py
Kolpitor
Update app.py
bd4a019
over 2 years ago
raw
Copy download link
history
blame
143 Bytes
import
streamlit
as
st
"""
# AI_ML
"""
uploaded_file = st.file_uploader(
"Choose a picture"
)
st.image(load_image(uploaded_file),width=
250
)