farwew commited on
Commit
75a81a9
·
verified ·
1 Parent(s): 04b5f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ demo = gr.ChatInterface(
62
  )
63
 
64
  if __name__ == "__main__":
65
- demo.launch()
 
62
  )
63
 
64
  if __name__ == "__main__":
65
+ demo.launch(share=True)