zelk12 commited on
Commit
232545d
1 Parent(s): 10a102f

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -86,7 +86,7 @@ def process_webui_args(args):
86
  share = get_and_update_env(args, "share", False, bool)
87
  debug = get_and_update_env(args, "debug", False, bool)
88
  auth = get_and_update_env(args, "auth", None, str)
89
- language = get_and_update_env(args, "language", "zh-CN", str)
90
  api = get_and_update_env(args, "api", False, bool)
91
 
92
  webui_config.experimental = get_and_update_env(
 
86
  share = get_and_update_env(args, "share", False, bool)
87
  debug = get_and_update_env(args, "debug", False, bool)
88
  auth = get_and_update_env(args, "auth", None, str)
89
+ language = get_and_update_env(args, "language", "en", str)
90
  api = get_and_update_env(args, "api", False, bool)
91
 
92
  webui_config.experimental = get_and_update_env(