OpenSound commited on
Commit
82be480
·
verified ·
1 Parent(s): dea07cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,