Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks() as demo:
|
|
127 |
minimum=-0.3, maximum=1.3
|
128 |
)
|
129 |
with gr.Accordion("More Settings", open=False):
|
130 |
-
with gr.
|
131 |
with gr.Row():
|
132 |
src_ratio = gr.Number(
|
133 |
label="Src Ratio", info='''Source ratio''', value=1
|
|
|
127 |
minimum=-0.3, maximum=1.3
|
128 |
)
|
129 |
with gr.Accordion("More Settings", open=False):
|
130 |
+
with gr.Column():
|
131 |
with gr.Row():
|
132 |
src_ratio = gr.Number(
|
133 |
label="Src Ratio", info='''Source ratio''', value=1
|