s3nh commited on
Commit
1c1372e
·
verified ·
1 Parent(s): 47a37cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.queue().launch()
 
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()