diff --git a/egs/ljspeech/TTS/matcha/synth.py b/egs/ljspeech/TTS/matcha/synth.py index f411ce4fae..e9805f0670 100755 --- a/egs/ljspeech/TTS/matcha/synth.py +++ b/egs/ljspeech/TTS/matcha/synth.py @@ -8,8 +8,8 @@ import soundfile as sf import torch +from hifigan.denoiser import Denoiser from infer import load_vocoder, synthesise, to_waveform -from matcha.hifigan.denoiser import Denoiser from tokenizer import Tokenizer from train import get_model, get_params