Nyashi commited on
Commit
abb32fe
1 Parent(s): 451ff90

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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=False)
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