mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 11:00:23 +00:00
Update modules.py
This commit is contained in:
@@ -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)))
|
||||||
|
|||||||
Reference in New Issue
Block a user