update webui_allinone.py format
This commit is contained in:
parent
38aea8fd9b
commit
9bf0883587
|
|
@ -49,6 +49,7 @@ def launch_api(args,args_list=api_args,log_name=None):
|
||||||
print("launch api done!")
|
print("launch api done!")
|
||||||
print("启动API服务完毕.")
|
print("启动API服务完毕.")
|
||||||
|
|
||||||
|
|
||||||
def launch_webui(args, args_list=web_args, log_name=None):
|
def launch_webui(args, args_list=web_args, log_name=None):
|
||||||
print("Launching webui...")
|
print("Launching webui...")
|
||||||
print("启动webui服务...")
|
print("启动webui服务...")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue