Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
image_component
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0b0c0e7
image_component
/
run.py
aliabd
HF Staff
Upload folder using huggingface_hub
49f4781
verified
9 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Image()
demo.launch()