Commit 5cf3822e authored by AUTOMATIC's avatar AUTOMATIC
Browse files

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

This reverts commit 84026821, reversing
changes made to e8bbc344.
parent c7daba71
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -265,9 +265,6 @@ def webui():
            inbrowser=cmd_opts.autolaunch,
            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
        cmd_opts.autolaunch = False