Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -172,4 +172,4 @@ with gr.Blocks() as chat_demo:
|
|
172 |
submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)
|
173 |
submit_audio_btn.click(predict, [audio_upload, chatbot, task_history], [chatbot], show_progress=True).then(update_audio, chatbot, audio_output)
|
174 |
|
175 |
-
chat_demo.queue().launch(
|
|
|
172 |
submit_btn.click(predict, [query, chatbot, task_history], [chatbot], show_progress=True)
|
173 |
submit_audio_btn.click(predict, [audio_upload, chatbot, task_history], [chatbot], show_progress=True).then(update_audio, chatbot, audio_output)
|
174 |
|
175 |
+
chat_demo.queue().launch()
|