BartPoint commited on
Commit
2a12e27
1 Parent(s): 8b92398

Update app_multi.py

Browse files
Files changed (1) hide show
  1. app_multi.py +5 -0
app_multi.py CHANGED
@@ -39,6 +39,11 @@ arg_parser.add_argument(
39
  default=getenv('RVC_MULTI_CFG', 'multi_config.json'),
40
  help='path to config file (default: multi_config.json)'
41
  )
 
 
 
 
 
42
  arg_parser.add_argument(
43
  '--cache-examples',
44
  action='store_true',
 
39
  default=getenv('RVC_MULTI_CFG', 'multi_config.json'),
40
  help='path to config file (default: multi_config.json)'
41
  )
42
+ arg_parser.add_argument(
43
+ '--api',
44
+ action='store_true',
45
+ help='enable api endpoint'
46
+ )
47
  arg_parser.add_argument(
48
  '--cache-examples',
49
  action='store_true',