eggarsway commited on
Commit
5b0955d
Β·
1 Parent(s): 527337d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -414,5 +414,5 @@ with gr.Blocks(
414
  queue=False,
415
  )
416
 
417
- main.queue(api_open=False)
418
- main.launch()
 
414
  queue=False,
415
  )
416
 
417
+ main.queue(max_size=40, api_open=False)
418
+ main.launch(max_threads=400)