ggoknar
commited on
Commit
•
f34dc34
1
Parent(s):
5c0eed5
fix stt output
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ with gr.Blocks(title=title) as demo:
|
|
433 |
|
434 |
file_msg = btn.stop_recording(
|
435 |
add_file, [chatbot, btn], [chatbot], queue=False
|
436 |
-
).then(generate_speech, chatbot, audio)
|
437 |
|
438 |
gr.Markdown(
|
439 |
"""
|
|
|
433 |
|
434 |
file_msg = btn.stop_recording(
|
435 |
add_file, [chatbot, btn], [chatbot], queue=False
|
436 |
+
).then(generate_speech, chatbot, [audio, chatbot])
|
437 |
|
438 |
gr.Markdown(
|
439 |
"""
|