fionasu commited on
Commit
c25f8e9
·
verified ·
1 Parent(s): da63066

added debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def respond(message, history):
20
  return response['choices'][0]['message']['content'].strip()
21
 
22
  chatbot = gr.ChatInterface(respond, type = 'messages')
23
- chatbot.launch()
 
20
  return response['choices'][0]['message']['content'].strip()
21
 
22
  chatbot = gr.ChatInterface(respond, type = 'messages')
23
+ chatbot.launch(debug = True)