Aspik101 commited on
Commit
5f565c0
1 Parent(s): 8378703

Update app.py

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