akshansh36 commited on
Commit
33a96ae
·
verified ·
1 Parent(s): 0e2038d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
70
  inp.stream(transform_audio_chunk, [inp, stream], [out, stream])
71
 
72
  # Link the model configuration button to the configure_model function
73
- configure_button.click(configure_model, inputs=[model_file, index_file], outputs=[None, inp])
74
 
75
  if __name__ == "__main__":
76
  demo.launch()
 
70
  inp.stream(transform_audio_chunk, [inp, stream], [out, stream])
71
 
72
  # Link the model configuration button to the configure_model function
73
+ configure_button.click(configure_model, inputs=[model_file, index_file], outputs=[inp])
74
 
75
  if __name__ == "__main__":
76
  demo.launch()