Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -540,6 +540,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
|
|
540 |
value="long",
|
541 |
)
|
542 |
|
|
|
543 |
with gr.Accordion("Extra Options", open=False):
|
544 |
extra_options = gr.CheckboxGroup(
|
545 |
choices=[
|
|
|
540 |
value="long",
|
541 |
)
|
542 |
|
543 |
+
with gr.Row():
|
544 |
with gr.Accordion("Extra Options", open=False):
|
545 |
extra_options = gr.CheckboxGroup(
|
546 |
choices=[
|