Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
calvesca
/
gtp-final
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0bd62e5
gtp-final
/
gradio
/
demo
/
button_component
/
run.py
calvesca
Upload folder using huggingface_hub
0bd62e5
verified
5 months ago
raw
Copy download link
history
blame
Safe
83 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Button()
demo.launch()