asthaa30 commited on
Commit
11ba530
·
verified ·
1 Parent(s): aa8b9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,4 +89,4 @@ demo = gr.ChatInterface(
89
  )
90
 
91
  if __name__ == "__main__":
92
- demo.launch(share=True)
 
89
  )
90
 
91
  if __name__ == "__main__":
92
+ demo.launch(share=False) # Set share to False or remove it