youngtsai commited on
Commit
e2e704a
·
1 Parent(s): 06ae453

audio_output = gr.Audio(label="Generated Speech", type="filepath")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -483,7 +483,7 @@ with gr.Blocks() as demo:
483
  gr.Markdown("## 11. Save and Share")
484
  paragraph_save_button = gr.Button("Save and Share")
485
  paragraph_save_output = gr.Textbox(label="Save and Share")
486
- audio_output = gr.Audio(label="Generated Speech")
487
 
488
 
489
 
 
483
  gr.Markdown("## 11. Save and Share")
484
  paragraph_save_button = gr.Button("Save and Share")
485
  paragraph_save_output = gr.Textbox(label="Save and Share")
486
+ audio_output = gr.Audio(label="Generated Speech", type="filepath")
487
 
488
 
489