Spaces:
Running
on
Zero
Running
on
Zero
zhzluke96
commited on
Commit
•
c788835
1
Parent(s):
8c22399
update
Browse files
webui.py
CHANGED
@@ -72,7 +72,7 @@ def process_webui_args(args):
|
|
72 |
debug = get_and_update_env(args, "debug", False, bool)
|
73 |
auth = get_and_update_env(args, "auth", None, str)
|
74 |
language = get_and_update_env(args, "language", "zh-CN", str)
|
75 |
-
api = get_and_update_env(args, "api",
|
76 |
|
77 |
webui_config.experimental = get_and_update_env(
|
78 |
args, "webui_experimental", False, bool
|
|
|
72 |
debug = get_and_update_env(args, "debug", False, bool)
|
73 |
auth = get_and_update_env(args, "auth", None, str)
|
74 |
language = get_and_update_env(args, "language", "zh-CN", str)
|
75 |
+
api = get_and_update_env(args, "api", False, bool)
|
76 |
|
77 |
webui_config.experimental = get_and_update_env(
|
78 |
args, "webui_experimental", False, bool
|