TulipAIs commited on
Commit
32e711b
1 Parent(s): 247aae6

moving output to a new row

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -968,7 +968,7 @@ def ui_full(launch_kwargs):
968
  )
969
  with gr.Tab("Generate Sound Effects"):
970
  with gr.Row():
971
- with gr.Column():
972
  with gr.Tab("Generation"):
973
  with gr.Accordion("Structure Prompts", open=False):
974
  with gr.Row():
@@ -1053,7 +1053,7 @@ def ui_full(launch_kwargs):
1053
  with gr.Row():
1054
  submit_a = gr.Button("Generate", variant="primary")
1055
  _ = gr.Button("Interrupt").click(fn=interrupt, queue=False)
1056
- with gr.Column():
1057
  with gr.Tab("Output"):
1058
  output_a = gr.Video(label="Generated Audio", scale=0)
1059
  with gr.Row():
 
968
  )
969
  with gr.Tab("Generate Sound Effects"):
970
  with gr.Row():
971
+ #with gr.Column():
972
  with gr.Tab("Generation"):
973
  with gr.Accordion("Structure Prompts", open=False):
974
  with gr.Row():
 
1053
  with gr.Row():
1054
  submit_a = gr.Button("Generate", variant="primary")
1055
  _ = gr.Button("Interrupt").click(fn=interrupt, queue=False)
1056
+ with gr.Row():
1057
  with gr.Tab("Output"):
1058
  output_a = gr.Video(label="Generated Audio", scale=0)
1059
  with gr.Row():