Update app.py
Browse files
app.py
CHANGED
|
@@ -89,6 +89,6 @@ with gr.Blocks() as demo:
|
|
| 89 |
return "", chat_history
|
| 90 |
|
| 91 |
audio_input.stop_recording(
|
| 92 |
-
respond, [audio_input,msg,chatbot], [
|
| 93 |
|
| 94 |
demo.launch()
|
|
|
|
| 89 |
return "", chat_history
|
| 90 |
|
| 91 |
audio_input.stop_recording(
|
| 92 |
+
respond, [audio_input,msg,chatbot], [msg,chatbot])
|
| 93 |
|
| 94 |
demo.launch()
|