Shanuka01 commited on
Commit
26d4f71
·
1 Parent(s): 3ba4585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -185,4 +185,5 @@ 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=1, 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=1, max_size=20, api_open=args.api).launch(share=args.share)
189
+