1
0
mirror of synced 2024-11-12 01:40:51 +01:00

fix import

This commit is contained in:
Ftps 2023-08-29 17:15:19 +09:00
parent 784e8d1036
commit ae171a1172

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