abnerzhang commited on
Commit
da15591
·
1 Parent(s): 6e4a82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,5 +49,5 @@ with gr.Blocks() as demo:
49
  btn.click(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
50
  msg.submit(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
51
  gr.close_all()
52
- demo.queue().launch(share=True)
53
 
 
49
  btn.click(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
50
  msg.submit(respond, inputs=[msg, band, chatbot, system], outputs=[msg, chatbot])
51
  gr.close_all()
52
+ demo.queue().launch()
53