cite1900 commited on
Commit
1bce603
1 Parent(s): a072df2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks(css="#chatbot{height:350px} .overflow-y-auto{height:500px}") as d
55
 
56
  txt.submit(predict, [txt, state], [chatbot, state])
57
 
58
- demo.launch(share=True)
 
55
 
56
  txt.submit(predict, [txt, state], [chatbot, state])
57
 
58
+ demo.launch(share=False)