Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|