prithivMLmods commited on
Commit
cb7f81c
·
verified ·
1 Parent(s): 32c56fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ with gr.Blocks() as demo:
220
  with gr.Column(scale=1):
221
  output_target = gr.Audio(label="Isolated Sound (Target)", type="filepath")
222
  output_residual = gr.Audio(label="Background (Residual)", type="filepath")
223
- status_out = gr.Textbox(label="Status", interactive=False, show_label=True, height=200)
224
 
225
  run_btn.click(
226
  fn=process_audio,
 
220
  with gr.Column(scale=1):
221
  output_target = gr.Audio(label="Isolated Sound (Target)", type="filepath")
222
  output_residual = gr.Audio(label="Background (Residual)", type="filepath")
223
+ status_out = gr.Textbox(label="Status", interactive=False, show_label=True, lines=8)
224
 
225
  run_btn.click(
226
  fn=process_audio,