doevent commited on
Commit
059341c
1 Parent(s): a0936f6

Add launch API

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ if __name__ == '__main__':
107
  with gr.Column():
108
  vc_output = gr.Audio(label="Output Audio")
109
  vc_submit.click(run_inference, [vc_input, speaker], [vc_output])
110
- app.queue(concurrency_count=1, api_open=args.api).launch(share=args.share)
 
107
  with gr.Column():
108
  vc_output = gr.Audio(label="Output Audio")
109
  vc_submit.click(run_inference, [vc_input, speaker], [vc_output])
110
+ app.queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True, share=True)