Ailyth commited on
Commit
714116a
1 Parent(s): 90ee615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,8 +148,8 @@ if __name__ == "__main__":
148
  btn = gr.Button("生成", variant="primary")
149
  with gr.Column():
150
  text_output = gr.Textbox(label="Message")
151
- audio_output = gr.Audio(label="输出音频")
152
- MP3_output = gr.File(label="WAV2MP3")
153
  gr.Markdown(value="""
154
 
155
  """)
 
148
  btn = gr.Button("生成", variant="primary")
149
  with gr.Column():
150
  text_output = gr.Textbox(label="Message")
151
+ audio_output = gr.Audio(label="试听")
152
+ MP3_output = gr.File(label="下载")
153
  gr.Markdown(value="""
154
 
155
  """)