Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test3
like
0
Runtime error
App
Files
Files
Community
xp3857
commited on
Mar 14, 2023
Commit
32fd5fa
•
1 Parent(s):
9ade1f6
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()