1
0
mirror of synced 2024-12-02 19:17:18 +01:00

Update modules.py

This commit is contained in:
RVC-Boss 2023-10-08 18:11:48 +08:00 committed by GitHub
parent 04e03decc3
commit 330ea00e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ def uvr(model_name, inp_root, save_root_vocal, paths, save_root_ins, agg, format
inp_path = tmp_path inp_path = tmp_path
try: try:
if done == 0: if done == 0:
pre_fun.path_audio( pre_fun._path_audio_(
inp_path, save_root_ins, save_root_vocal, format0 inp_path, save_root_ins, save_root_vocal, format0
) )
infos.append("%s->Success" % (os.path.basename(inp_path))) infos.append("%s->Success" % (os.path.basename(inp_path)))