aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webui.py b/webui.py
index 30f3e4a1..b570895f 100644
--- a/webui.py
+++ b/webui.py
@@ -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