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