Revert "Merge pull request #8651 from vladmandic/flicker"

This reverts commit 84026821188ccf81b91c9c854a18f9852b90b13f, reversing
changes made to e8bbc344c3309c70f7f5abeb34b90f14bd0cfa51.
This commit is contained in:
AUTOMATIC 2023-03-27 08:18:28 +03:00
parent c7daba71de
commit 5cf3822e46

View File

@ -265,9 +265,6 @@ def webui():
inbrowser=cmd_opts.autolaunch, inbrowser=cmd_opts.autolaunch,
prevent_thread_lock=True prevent_thread_lock=True
) )
for dep in shared.demo.dependencies:
dep['show_progress'] = False # disable gradio css animation on component update
# after initial launch, disable --autolaunch for subsequent restarts # after initial launch, disable --autolaunch for subsequent restarts
cmd_opts.autolaunch = False cmd_opts.autolaunch = False