hhyxnh commited on
Commit
37eab21
1 Parent(s): 2817e39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,4 +60,4 @@ with gr.Blocks() as demo:
60
  submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
61
 
62
  if __name__ == "__main__":
63
- demo.launch()
 
60
  submit.click(respond, inputs=[bot_speak, msg, chatbot], outputs=[msg, chatbot])
61
 
62
  if __name__ == "__main__":
63
+ demo.launch(share=True)