Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
static-image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bed138d
static-image
/
app.py
abidlabs
HF Staff
Create app.py
bed138d
over 2 years ago
raw
Copy download link
history
blame
84 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Image(
"lion.jpg"
)
demo.launch()