Skip to content

Commit

Permalink
Revert "Merge pull request AUTOMATIC1111#8651 from vladmandic/flicker"
Browse files Browse the repository at this point in the history
This reverts commit 8402682, reversing
changes made to e8bbc34.
  • Loading branch information
AUTOMATIC1111 committed Mar 27, 2023
1 parent c7daba7 commit 5cf3822
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5cf3822

Please sign in to comment.