From 4357b32d3c0f3672f6bcfb3d6ecaef51ba3221a6 Mon Sep 17 00:00:00 2001 From: zr_jin Date: Tue, 5 Nov 2024 12:14:20 +0800 Subject: [PATCH] Update synth.py --- egs/ljspeech/TTS/matcha/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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