Spaces:
Paused
Paused
FranklinWillemen
commited on
Commit
•
1bd0bf3
1
Parent(s):
c8796f6
bug fix
Browse files- gradio-ui.py +1 -1
gradio-ui.py
CHANGED
@@ -25,6 +25,6 @@ with gr.Blocks(theme=theme) as ui:
|
|
25 |
|
26 |
btn1.click(fn=d.respond, inputs=message, outputs=audio_response)
|
27 |
btn2.click(fn=m.save_as_hf_dataset)
|
28 |
-
btn3.click(fn=d.transcript,
|
29 |
|
30 |
ui.launch()
|
|
|
25 |
|
26 |
btn1.click(fn=d.respond, inputs=message, outputs=audio_response)
|
27 |
btn2.click(fn=m.save_as_hf_dataset)
|
28 |
+
btn3.click(fn=d.transcript, outputs=text_response)
|
29 |
|
30 |
ui.launch()
|