bump gradio to 3.16.2

change style selection to multiselect dropdown
This commit is contained in:
AUTOMATIC
2023-01-18 13:58:01 +03:00
9 changed files with 110 additions and 66 deletions

View File

@@ -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...')