prithivMLmods commited on
Commit
2aadb64
·
verified ·
1 Parent(s): 484539f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,4 +195,4 @@ demo = gr.ChatInterface(
195
  )
196
 
197
  if __name__ == "__main__":
198
- demo.queue(max_size=20).launch()
 
195
  )
196
 
197
  if __name__ == "__main__":
198
+ demo.queue(max_size=20).launch(share=True)