tatts commited on
Commit
dde7a82
1 Parent(s): ac7e2e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,4 +281,4 @@ demo = gr.ChatInterface(fn=ask, title="UNTE ChatBot",theme=gr.themes.Soft())
281
 
282
  if __name__ == "__main__":
283
  gr.close_all()
284
- demo.launch(share = True)
 
281
 
282
  if __name__ == "__main__":
283
  gr.close_all()
284
+ demo.launch(share = False)