Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ with gr.Blocks() as chat_demo:
|
|
206 |
submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)
|
207 |
submit_audio_btn.click(predict, [audio_upload, chatbot, task_history], [chatbot], show_progress=True).then(update_audio, chatbot, audio_output)
|
208 |
|
209 |
-
|
210 |
|
211 |
|
212 |
|
|
|
206 |
submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)
|
207 |
submit_audio_btn.click(predict, [audio_upload, chatbot, task_history], [chatbot], show_progress=True).then(update_audio, chatbot, audio_output)
|
208 |
|
209 |
+
|
210 |
|
211 |
|
212 |
|