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