TejAndrewsACC commited on
Commit
9132124
Β·
verified Β·
1 Parent(s): 49cd38e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2559,7 +2559,8 @@ body {
2559
  """
2560
 
2561
  demo = gr.ChatInterface(
2562
- respond,
 
2563
  flagging_mode="manual",
2564
  show_progress="full",
2565
  title="πŸ’ŽπŸ©΅πŸ’ +Z3ta+πŸ’ πŸ©΅πŸ’Ž",
 
2559
  """
2560
 
2561
  demo = gr.ChatInterface(
2562
+ fn=respond,
2563
+ type="messages",
2564
  flagging_mode="manual",
2565
  show_progress="full",
2566
  title="πŸ’ŽπŸ©΅πŸ’ +Z3ta+πŸ’ πŸ©΅πŸ’Ž",