Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ with gr.Blocks() as demo:
10
  o = gr.Textbox()
11
  i.change(test, i, o)
12
 
13
- demo.launch()
 
10
  o = gr.Textbox()
11
  i.change(test, i, o)
12
 
13
+ demo.launch(enable_queue=False)