yerang commited on
Commit
e16cec7
1 Parent(s): 89892f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -131,8 +131,10 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
131
  with gr.Column():
132
  audio_gen_button = gr.Button("Audio generation", variant="primary")
133
  with gr.Row():
134
- with gr.Accordion(open=True, label="Generated audio"):
135
- output_audio.render()
 
 
136
 
137
  gr.Markdown(load_description("assets/gradio_description_upload.md"))
138
  with gr.Row():
 
131
  with gr.Column():
132
  audio_gen_button = gr.Button("Audio generation", variant="primary")
133
  with gr.Row():
134
+ with gr.Column():
135
+ gr.Box()
136
+ with gr.Column():
137
+ output_audio = gr.Audio(label="Generated audio", type="file")
138
 
139
  gr.Markdown(load_description("assets/gradio_description_upload.md"))
140
  with gr.Row():