hysts HF staff commited on
Commit
71a369c
1 Parent(s): 2dab128
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -229,6 +229,7 @@ with gr.Blocks(css='style.css') as demo:
229
  length_penalty,
230
  rep_penalty,
231
  history_orig,
 
232
  ]
233
  chat_outputs = [
234
  chatbot,
 
229
  length_penalty,
230
  rep_penalty,
231
  history_orig,
232
+ history_qa,
233
  ]
234
  chat_outputs = [
235
  chatbot,