Hugging Face
Models
Datasets
Spaces
Community
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...
aliabd
HF Staff
commited on
Oct 14, 2022
Commit
8fea5c9
·
1 Parent(s):
f79083c
Delete app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+0
-6
app.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import gradio as gr
2
-
3
-
with gr.Blocks() as demo:
4
-
gr.Button()
5
-
6
-
demo.launch()