sarath-shekkizhar commited on
Commit
ef90a85
1 Parent(s): 2c3805a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,6 +86,6 @@ demo = gr.ChatInterface(
86
 
87
 
88
  if __name__ == "__main__":
89
- demo.queue(max_size=4).launch(share=True)
90
 
91
 
 
86
 
87
 
88
  if __name__ == "__main__":
89
+ demo.queue(max_size=4).launch()
90
 
91