scott610718 commited on
Commit
5e8231d
·
verified ·
1 Parent(s): 637411f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def chat_interface():
23
  return demo
24
 
25
  demo = chat_interface()
26
- demo.launch()
 
23
  return demo
24
 
25
  demo = chat_interface()
26
+ demo.launch(share=True)