From 493f8c324208ca04499d27dff179eff4d34ecb76 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:22:34 -0700 Subject: [PATCH] UI: remove animation after clicking on "Stop" in the Chat tab --- modules/ui_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui_chat.py b/modules/ui_chat.py index cce1cc49..57143cd8 100644 --- a/modules/ui_chat.py +++ b/modules/ui_chat.py @@ -223,7 +223,7 @@ def create_event_handlers(): shared.gradio['Stop'].click( stop_everything_event, None, None, queue=False).then( - chat.redraw_html, gradio(reload_arr), gradio('display')) + chat.redraw_html, gradio(reload_arr), gradio('display'), show_progress=False) if not shared.args.multi_user: shared.gradio['unique_id'].select(