ranranrunforit commited on
Commit
e71f49a
·
verified ·
1 Parent(s): 4e97f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,5 +147,5 @@ If the user is engaging in discussion, try to steer them towards getting in touc
147
 
148
  if __name__ == "__main__":
149
  me = Me()
150
- gr.ChatInterface(me.chat, type="messages").launch()
151
 
 
147
 
148
  if __name__ == "__main__":
149
  me = Me()
150
+ gr.ChatInterface(me.chat, type="messages").launch(debug=True, share=False)
151