El-Alberto67 commited on
Commit
f4420f4
Β·
verified Β·
1 Parent(s): 4af165c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def chat(message, history=[]):
23
  reply = resp.split("Aria:")[-1].strip()
24
 
25
  history.append([message, reply])
26
- return history, history
27
 
28
  with gr.Blocks() as demo:
29
  chat_ui = gr.Chatbot()
 
23
  reply = resp.split("Aria:")[-1].strip()
24
 
25
  history.append([message, reply])
26
+ return history
27
 
28
  with gr.Blocks() as demo:
29
  chat_ui = gr.Chatbot()