Corianas commited on
Commit
aa188fa
1 Parent(s): fb54a06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks() as demo:
141
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
142
  clear.click(lambda: None, None, chatbot, queue=False)
143
 
144
- demo.launch(share=True)
 
141
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
142
  clear.click(lambda: None, None, chatbot, queue=False)
143
 
144
+ demo.launch()