Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
image_component_main
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
058f613
image_component_main
/
run.py
aliabd
HF Staff
Upload with huggingface_hub
058f613
over 2 years ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Image()
demo.launch()