Omnibus commited on
Commit
0cbdf72
1 Parent(s): 79078d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ with gr.Blocks() as app:
18
  btn=gr.Button()
19
  outp_txt=gr.Textbox()
20
  btn.click(run_inf,inp_txt,outp_txt)
21
- app.launch()
 
18
  btn=gr.Button()
19
  outp_txt=gr.Textbox()
20
  btn.click(run_inf,inp_txt,outp_txt)
21
+ app.queue(default_concurrency_limit=10).launch()