From 330ea00e5c7ed06fac575b8197a7f4ee45144075 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:11:48 +0800 Subject: [PATCH] Update modules.py --- infer/modules/uvr5/modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/modules/uvr5/modules.py b/infer/modules/uvr5/modules.py index f63ac6a..566609f 100644 --- a/infer/modules/uvr5/modules.py +++ b/infer/modules/uvr5/modules.py @@ -70,7 +70,7 @@ def uvr(model_name, inp_root, save_root_vocal, paths, save_root_ins, agg, format inp_path = tmp_path try: if done == 0: - pre_fun.path_audio( + pre_fun._path_audio_( inp_path, save_root_ins, save_root_vocal, format0 ) infos.append("%s->Success" % (os.path.basename(inp_path)))