lineee commited on
Commit
5666369
1 Parent(s): 1a8c203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ def predict(message, history):
28
  demo = gr.ChatInterface(predict)
29
 
30
  if __name__ == "__main__":
31
- demo.launch()
 
28
  demo = gr.ChatInterface(predict)
29
 
30
  if __name__ == "__main__":
31
+ demo.launch(share=true)