rp1954 commited on
Commit
1dd7c36
·
verified ·
1 Parent(s): af2dcba

Update app.py

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