Kuba Fietkiewicz commited on
Commit
de9e199
·
1 Parent(s): 3ce9a57

load share link when starting locally

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ def predict(message, history):
54
 
55
 
56
  demo = gr.ChatInterface(predict)
57
- demo.launch()
 
54
 
55
 
56
  demo = gr.ChatInterface(predict)
57
+ demo.launch(share=True)