Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 135 |
-
|
|
|
|
|
|
|
| 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():
|