From ae171a117209e8dfef2b98e1b71219be399916cf Mon Sep 17 00:00:00 2001 From: Ftps <63702646+Tps-F@users.noreply.github.com> Date: Tue, 29 Aug 2023 17:15:19 +0900 Subject: [PATCH] fix import --- tools/infer/infer-pm-index256.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/infer/infer-pm-index256.py b/tools/infer/infer-pm-index256.py index 92be320..efaaa81 100644 --- a/tools/infer/infer-pm-index256.py +++ b/tools/infer/infer-pm-index256.py @@ -22,7 +22,7 @@ from fairseq import checkpoint_utils # from models import SynthesizerTrn256#hifigan_nonsf # from lib.infer_pack.models import SynthesizerTrn256NSF as SynthesizerTrn256#hifigan_nsf -from lib.infer_pack.models import ( +from infer.lib.infer_pack.models import ( SynthesizerTrnMs256NSFsid as SynthesizerTrn256, ) # hifigan_nsf from scipy.io import wavfile