svarshney25 commited on
Commit
1f43b12
·
verified ·
1 Parent(s): c9a1235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,4 +26,4 @@ def respond(message, history):
26
  chatbot = gr.ChatInterface(respond, title="my bot")
27
 
28
 
29
- chatbot.launch(debug="True")
 
26
  chatbot = gr.ChatInterface(respond, title="my bot")
27
 
28
 
29
+ chatbot.launch(debug=True)