peb-peb commited on
Commit
a65e425
1 Parent(s): 4befcc4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def get_output(segments):
93
  return output
94
 
95
 
96
- with gr.Blocks as demo:
97
  with gr.Box():
98
  gr.Textbox(label="First")
99
  gr.Textbox(label="Last")
 
93
  return output
94
 
95
 
96
+ with gr.Blocks() as demo:
97
  with gr.Box():
98
  gr.Textbox(label="First")
99
  gr.Textbox(label="Last")