Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
194 |
value="demo/0_mix.wav"
|
195 |
)
|
196 |
|
197 |
-
with gr.Row():
|
198 |
text_input = gr.Textbox(
|
199 |
label="The sound you want to extract/separate",
|
200 |
show_label=True,
|
|
|
194 |
value="demo/0_mix.wav"
|
195 |
)
|
196 |
|
197 |
+
with gr.Row(equal_height=True):
|
198 |
text_input = gr.Textbox(
|
199 |
label="The sound you want to extract/separate",
|
200 |
show_label=True,
|