Commit 5cf3822e authored by AUTOMATIC's avatar AUTOMATIC

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

This reverts commit 84026821, reversing
changes made to e8bbc344.
parent c7daba71
...@@ -265,9 +265,6 @@ def webui(): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment