Update app.py
Browse files
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 |
|