Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -131,9 +131,6 @@ 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.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"))
|
|
|
131 |
with gr.Column():
|
132 |
audio_gen_button = gr.Button("Audio generation", variant="primary")
|
133 |
with gr.Row():
|
|
|
|
|
|
|
134 |
output_audio = gr.Audio(label="Generated audio", type="file")
|
135 |
|
136 |
gr.Markdown(load_description("assets/gradio_description_upload.md"))
|