Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xp3857
commited on
Mar 14, 2023
Commit
9db2f0d
·
1 Parent(s):
5815bc5
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
with gr.Blocks as b:
3
+
gr.Textbox()
4
+
b.launch()