jdmorzan commited on
Commit
fad0dc3
1 Parent(s): f08324e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,4 +252,4 @@ with gr.Blocks() as demo:
252
  msg.submit(user, [msg, chatbot, memory_state], [msg, chatbot, memory_state], queue=False)
253
 
254
  if __name__ == "__main__":
255
- demo.launch()
 
252
  msg.submit(user, [msg, chatbot, memory_state], [msg, chatbot, memory_state], queue=False)
253
 
254
  if __name__ == "__main__":
255
+ demo.launch(share=True )