webui启动参数问题

This commit is contained in:
glide-the 2024-06-11 00:18:32 +08:00
parent b46ca3ed0b
commit b68e1fc4c8

View File

@ -133,7 +133,7 @@ def run_webui(model_platforms_shard: Dict,
from streamlit.web import bootstrap
except ImportError:
from streamlit import bootstrap
bootstrap.load_config_options(flag_options=flag_options)
bootstrap.run(script_dir, False, args, flag_options)
started_event.set()