Update app.py
Browse files
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,
|
| 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,
|