Nixic commited on
Commit
245b40f
1 Parent(s): 6fed2a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,4 +185,4 @@ if __name__ == '__main__':
185
  vc_output2 = gr.Audio(label="Output Audio")
186
  vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
187
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
188
- app.queue(concurrency_count=3, max_size=20, api_open=args.api).launch(share=args.share)
 
185
  vc_output2 = gr.Audio(label="Output Audio")
186
  vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
187
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
188
+ app.queue(concurrency_count=8, api_open=args.api).launch(share=args.share)