Spaces:
Sleeping
Sleeping
bug fix
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -288,7 +288,7 @@ class GradioUI:
|
|
| 288 |
self.log_user_message,
|
| 289 |
[text_input, file_uploads_log],
|
| 290 |
[stored_messages, text_input],
|
| 291 |
-
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot]
|
| 292 |
examples = gr.Examples(
|
| 293 |
examples=[["Fact Check Elo Musk's claim Biden’s strategy is to get as many illegals in the country as possible"],
|
| 294 |
["Fact Check Elo Musk's claim that US gov spending funding to send Condom to Gaza."],
|
|
|
|
| 288 |
self.log_user_message,
|
| 289 |
[text_input, file_uploads_log],
|
| 290 |
[stored_messages, text_input],
|
| 291 |
+
).then(self.interact_with_agent, [stored_messages, chatbot], [chatbot])
|
| 292 |
examples = gr.Examples(
|
| 293 |
examples=[["Fact Check Elo Musk's claim Biden’s strategy is to get as many illegals in the country as possible"],
|
| 294 |
["Fact Check Elo Musk's claim that US gov spending funding to send Condom to Gaza."],
|