Update config.py
Browse files
config.py
CHANGED
@@ -37,7 +37,7 @@ class Config:
|
|
37 |
action="store_true",
|
38 |
help="Do not open in browser automatically",
|
39 |
)
|
40 |
-
parser.add_argument('--api', action="store_true", default=
|
41 |
parser.add_argument("--json", action="store_true", default=False, help="use model_info.json")
|
42 |
cmd_opts = parser.parse_args()
|
43 |
|
|
|
37 |
action="store_true",
|
38 |
help="Do not open in browser automatically",
|
39 |
)
|
40 |
+
parser.add_argument('--api', action="store_true", default=True)
|
41 |
parser.add_argument("--json", action="store_true", default=False, help="use model_info.json")
|
42 |
cmd_opts = parser.parse_args()
|
43 |
|