Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
|
|
29 |
|
30 |
|
31 |
btn = gr.Button("Generate")
|
32 |
-
btn.click(fn=
|
33 |
radio.change(toggle, radio, [mic_input, audio_file])
|
34 |
|
35 |
demo.launch(enable_queue=True)
|
|
|
29 |
|
30 |
|
31 |
btn = gr.Button("Generate")
|
32 |
+
btn.click(fn= inputs=[audio_file, text_input, mic_input], outputs=audio_output)
|
33 |
radio.change(toggle, radio, [mic_input, audio_file])
|
34 |
|
35 |
demo.launch(enable_queue=True)
|