fix import

This commit is contained in:
Ftps 2023-08-29 17:15:19 +09:00
parent 784e8d1036
commit ae171a1172
1 changed files with 1 additions and 1 deletions

View File

@ -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