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...
0ab92fa
button_component
/
run.py
aliabd
HF staff
Upload folder using huggingface_hub
0ab92fa
verified
8 months ago
raw
Copy download link
history
blame
Safe
77 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Button()
demo.launch()