Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -474,7 +474,7 @@ with gr.Blocks(title="Voxtral") as voxtral:
|
|
| 474 |
voice_button0 = gr.Button("Process original audio")
|
| 475 |
voice_button0.click(
|
| 476 |
fn=get_sel_audio,
|
| 477 |
-
|
| 478 |
outputs=[sel_audio])
|
| 479 |
voice_button1 = gr.Button("Extract voice (if noisy environment)")
|
| 480 |
voice_button1.click(
|
|
|
|
| 474 |
voice_button0 = gr.Button("Process original audio")
|
| 475 |
voice_button0.click(
|
| 476 |
fn=get_sel_audio,
|
| 477 |
+
inputs=sel_audio1,
|
| 478 |
outputs=[sel_audio])
|
| 479 |
voice_button1 = gr.Button("Extract voice (if noisy environment)")
|
| 480 |
voice_button1.click(
|