From b68e1fc4c822332c97f01fc6f44bf1a5a9e057cf Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Tue, 11 Jun 2024 00:18:32 +0800 Subject: [PATCH] =?UTF-8?q?webui=E5=90=AF=E5=8A=A8=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/chatchat-server/chatchat/startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/chatchat-server/chatchat/startup.py b/libs/chatchat-server/chatchat/startup.py index 992864b3..a5fa7b54 100644 --- a/libs/chatchat-server/chatchat/startup.py +++ b/libs/chatchat-server/chatchat/startup.py @@ -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()