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

Remove share option

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=True).launch(show_api=True, show_error=True, share=True)
 
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)