yerang commited on
Commit
fe8a9b5
1 Parent(s): e16cec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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"))