Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
gradio
/
loading-example-blocks-1
like
0
Sleeping
App
Files
Files
Community
3cfe13a
loading-example-blocks-1
/
app.py
abidlabs
HF staff
Create app.py
3cfe13a
about 2 years ago
raw
Copy download link
history
blame
71 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Image(
"lion.jpg"
)