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