Loren commited on
Commit
84f022b
·
verified ·
1 Parent(s): e3dbbb4

Update app.py

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