Unverified Commit 250193ee authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub
Browse files

disable gradio css transitions

parent a9fed7c3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -262,6 +262,9 @@ 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