Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Abysss
/
PaddleHub
like
0
Runtime error
App
Files
Files
Community
main
PaddleHub
/
run.streamlit.py
Abysss
Create run.streamlit.py
8458d84
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
import
streamlit
as
st
picture = st.camera_input(
"Take a picture"
)
if
picture:
st.image(picture)