ArkanDash commited on
Commit
eee9bac
1 Parent(s): d0d9dad

feat: increase concurrency count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -676,4 +676,4 @@ if __name__ == '__main__':
676
  tts_voice
677
  ]
678
  )
679
- app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
 
676
  tts_voice
677
  ]
678
  )
679
+ app.queue(concurrency_count=5, max_size=50, api_open=config.api).launch(share=config.colab)