justinahsu commited on
Commit
776c7ae
·
verified ·
1 Parent(s): d81413b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -43,3 +43,5 @@ def chat_response(message, history):
43
  "🙏 我不是故意惹你生氣的。",],
44
  theme="soft",
45
  )
 
 
 
43
  "🙏 我不是故意惹你生氣的。",],
44
  theme="soft",
45
  )
46
+
47
+ demo.launch(share=True)