sysf commited on
Commit
ed93ffe
·
1 Parent(s): 62fa8ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ output_audio = gr.outputs.Audio(type="filepath", label="导出文件")
122
  language = gr.inputs.Dropdown(choices=list(dict.keys()), label="Language")
123
  interface = gr.Interface(fn=text_to_speech, inputs=[input_text, language], outputs=[output_text, output_audio], title="微软文字转语音")
124
 
125
- interface.launch(share=True)
 
122
  language = gr.inputs.Dropdown(choices=list(dict.keys()), label="Language")
123
  interface = gr.Interface(fn=text_to_speech, inputs=[input_text, language], outputs=[output_text, output_audio], title="微软文字转语音")
124
 
125
+ interface.launch()