mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
bump gradio to 3.16.2
change style selection to multiselect dropdown
This commit is contained in:
3
webui.py
3
webui.py
@@ -158,7 +158,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,
|
||||
@@ -188,7 +188,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...')
|
||||
|
Reference in New Issue
Block a user