Spaces:
Sleeping
Sleeping
added debug
Browse files
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)
|