manoj555 commited on
Commit
c2fbb38
·
verified ·
1 Parent(s): 1b3da0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ demo = gr.ChatInterface(
55
  )
56
 
57
  if __name__ == "__main__":
58
- demo.queue().launch()
 
55
  )
56
 
57
  if __name__ == "__main__":
58
+ demo.queue().launch(share=True)