Update app.py
Browse files
app.py
CHANGED
@@ -346,7 +346,7 @@ def extract_f0_feature(gpus, n_p, f0method, if_f0, exp_dir, version19, gpus_rmvp
|
|
346 |
ps = []
|
347 |
for idx, n_g in enumerate(gpus):
|
348 |
cmd = (
|
349 |
-
'"%s" infer/modules/train/extract_feature_print.py %s %s %s %s "%s/logs/%s" %s'
|
350 |
% (
|
351 |
config.python_cmd,
|
352 |
config.device,
|
|
|
346 |
ps = []
|
347 |
for idx, n_g in enumerate(gpus):
|
348 |
cmd = (
|
349 |
+
'"%s" infer/modules/train/extract_feature_print.py %s %s %s %s "%s/logs/%s" %s True'
|
350 |
% (
|
351 |
config.python_cmd,
|
352 |
config.device,
|