moving output to a new row
Browse files
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 |
-
|
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():
|