Futuresony commited on
Commit
dde737f
·
verified ·
1 Parent(s): 56ac1a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,4 +51,4 @@ demo = gr.ChatInterface(
51
  )
52
 
53
  if __name__ == "__main__":
54
- demo.launch(share=True) # This will create a public link
 
51
  )
52
 
53
  if __name__ == "__main__":
54
+ demo.launch() # This will create a public link