Spaces:
Running
Running
Fix
Browse files
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,
|