martianband1t commited on
Commit
c45843a
1 Parent(s): 07ece47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ demo = gr.ChatInterface(
95
  )
96
 
97
  if __name__ == "__main__":
98
- demo.launch()
 
95
  )
96
 
97
  if __name__ == "__main__":
98
+ demo.launch(share=True)