xp3857 commited on
Commit
e2324df
1 Parent(s): 9db2f0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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()