Aspik101 commited on
Commit
e1a34ea
Β·
1 Parent(s): 5f0d1a7

Update app.py

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