mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
bump gradio to 3.16.1
This commit is contained in:
parent
febd2b722e
commit
6eb72fd13f
5 changed files with 49 additions and 28 deletions
3
webui.py
3
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...')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue