manhteky123 commited on
Commit
9c3db2a
·
verified ·
1 Parent(s): 9d836aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,4 +100,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
100
  btn_synthesize.click(infer_tts, inputs=[ref_audio, gen_text, speed], outputs=[output_audio, output_spectrogram])
101
 
102
  # Run Gradio with share=True to get a gradio.live link
103
- demo.queue().launch(share=True)
 
100
  btn_synthesize.click(infer_tts, inputs=[ref_audio, gen_text, speed], outputs=[output_audio, output_spectrogram])
101
 
102
  # Run Gradio with share=True to get a gradio.live link
103
+ demo.queue().launch()