chilge commited on
Commit
5fed7f2
1 Parent(s): 72aa6e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,5 +70,5 @@ inputs = [
70
 
71
  outputs = gr.outputs.Audio(label="合成音频")
72
 
73
- interface = gr.Interface(fn=run_tts, inputs=inputs, outputs=outputs, title="中文文本转
74
-
 
70
 
71
  outputs = gr.outputs.Audio(label="合成音频")
72
 
73
+ interface = gr.Interface(fn=run_tts, inputs=inputs, outputs=outputs, title="中文文本转语音")
74
+ interface.launch()