bump gradio to 3.16.1

This commit is contained in:
AUTOMATIC
2023-01-14 13:38:10 +03:00
parent febd2b722e
commit 6eb72fd13f
5 changed files with 49 additions and 28 deletions

View File

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