isuneast commited on
Commit
f70bad3
1 Parent(s): a8f9243
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -486,7 +486,7 @@ if __name__ == "__main__":
486
  )
487
  slicer = gr.Button("切分生成", variant="primary")
488
  text_output = gr.Textbox(label="状态信息")
489
- audio_output = gr.Audio(label="输出音频")
490
  # explain_image = gr.Image(
491
  # label="参数解释信息",
492
  # show_label=True,
 
486
  )
487
  slicer = gr.Button("切分生成", variant="primary")
488
  text_output = gr.Textbox(label="状态信息")
489
+ audio_output = gr.Audio(label="输出音频", format="mp3")
490
  # explain_image = gr.Image(
491
  # label="参数解释信息",
492
  # show_label=True,