mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-04 21:53:14 +08:00
webui启动参数问题
This commit is contained in:
parent
b46ca3ed0b
commit
b68e1fc4c8
@ -133,7 +133,7 @@ def run_webui(model_platforms_shard: Dict,
|
|||||||
from streamlit.web import bootstrap
|
from streamlit.web import bootstrap
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from streamlit import bootstrap
|
from streamlit import bootstrap
|
||||||
|
bootstrap.load_config_options(flag_options=flag_options)
|
||||||
bootstrap.run(script_dir, False, args, flag_options)
|
bootstrap.run(script_dir, False, args, flag_options)
|
||||||
started_event.set()
|
started_event.set()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user