Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
blocks_static_textbox
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aliabd
commited on
Oct 14, 2022
Commit
db68eed
·
1 Parent(s):
c5c883e
Delete app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+0
-10
app.py
DELETED
Viewed
@@ -1,10 +0,0 @@
1
-
import gradio as gr
2
-
3
-
demo = gr.Blocks()
4
-
5
-
with demo:
6
-
gr.Textbox("Hello")
7
-
gr.Number(5)
8
-
9
-
if __name__ == "__main__":
10
-
demo.launch()