AlekseyCalvin commited on
Commit
78e46f9
·
verified ·
1 Parent(s): b3031ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -858,5 +858,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
858
  )
859
 
860
  warnings.filterwarnings("ignore", category=FutureWarning)
861
- app.queue(default_concurrency_limit=2).launch(show_error=True)
862
  app.launch()
 
858
  )
859
 
860
  warnings.filterwarnings("ignore", category=FutureWarning)
861
+ app.queue(default_concurrency_limit=None).launch(show_error=True)
862
  app.launch()