Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|
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()
|