Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xp3857
/
test2
like
0
Runtime error
App
Files
Files
Community
xp3857
commited on
Mar 14, 2023
Commit
e2324df
•
1 Parent(s):
9db2f0d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import gradio as gr
2
-
with gr.Blocks as b:
3
gr.Textbox()
4
b.launch()
1
import gradio as gr
2
+
with gr.Blocks
()
as b:
3
gr.Textbox()
4
b.launch()