aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-14 10:38:10 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-14 10:38:10 +0000
commit6eb72fd13f34d94d5459290dd1a0bf0e9ddeda82 (patch)
treea72fbda40055d8c70325bddff000a9f9ed43b4d1 /webui.py
parentfebd2b722e80959b89a0e5966a159b4eb430c5a5 (diff)
downloadstable-diffusion-webui-gfx803-6eb72fd13f34d94d5459290dd1a0bf0e9ddeda82.tar.gz
stable-diffusion-webui-gfx803-6eb72fd13f34d94d5459290dd1a0bf0e9ddeda82.tar.bz2
stable-diffusion-webui-gfx803-6eb72fd13f34d94d5459290dd1a0bf0e9ddeda82.zip
bump gradio to 3.16.1
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui.py b/webui.py
index 1fff80da..84159515 100644
--- a/webui.py
+++ b/webui.py
@@ -157,7 +157,7 @@ def webui():
shared.demo = modules.ui.create_ui()
- app, local_url, share_url = shared.demo.queue(default_enabled=False).launch(
+ app, local_url, share_url = shared.demo.launch(
share=cmd_opts.share,
server_name=server_name,
server_port=cmd_opts.port,
@@ -185,7 +185,6 @@ def webui():
create_api(app)
modules.script_callbacks.app_started_callback(shared.demo, app)
- modules.script_callbacks.app_started_callback(shared.demo, app)
wait_on_server(shared.demo)
print('Restarting UI...')