Skip to content

Commit

Permalink
Update synth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Nov 5, 2024
1 parent b9e3d24 commit 4357b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/ljspeech/TTS/matcha/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4357b32

Please sign in to comment.