Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks() as iface:
|
|
160 |
model_language,
|
161 |
model_id
|
162 |
],
|
163 |
-
outputs=[gr.Textbox(label="Conversation History")],
|
164 |
live=True,
|
165 |
title="OpenVINO Chatbot"
|
166 |
)
|
|
|
160 |
model_language,
|
161 |
model_id
|
162 |
],
|
163 |
+
outputs=[gr.Textbox(label="Conversation History"), history],
|
164 |
live=True,
|
165 |
title="OpenVINO Chatbot"
|
166 |
)
|