doevent commited on
Commit
c8eedb5
·
verified ·
1 Parent(s): 98dbd5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -392,4 +392,4 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]", delete_cache=(4000,
392
  )
393
 
394
  if __name__ == "__main__":
395
- demo.queue(default_concurrency_limit=1).launch(show_error=True, debug=IS_COLAB, share=IS_COLAB)
 
392
  )
393
 
394
  if __name__ == "__main__":
395
+ demo.queue(default_concurrency_limit=10).launch(show_error=True, debug=IS_COLAB, share=IS_COLAB)