diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 10:38:10 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-14 10:38:10 +0000 |
commit | 6eb72fd13f34d94d5459290dd1a0bf0e9ddeda82 (patch) | |
tree | a72fbda40055d8c70325bddff000a9f9ed43b4d1 /webui.py | |
parent | febd2b722e80959b89a0e5966a159b4eb430c5a5 (diff) | |
download | stable-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.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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...')
|