diff --git a/paddlespeech/t2s/frontend/zh_frontend.py b/paddlespeech/t2s/frontend/zh_frontend.py index 25558780b5ae81984e3947ea315039ef39243dc6..e30286986ac2b4c58bb76c98da08268b0531f446 100644 --- a/paddlespeech/t2s/frontend/zh_frontend.py +++ b/paddlespeech/t2s/frontend/zh_frontend.py @@ -146,7 +146,6 @@ class Frontend(): tone_id = [line.strip().split() for line in f.readlines()] for tone, id in tone_id: self.vocab_tones[tone] = int(id) - self.mix_ssml_processor.__repr__() def _init_pypinyin(self): large_pinyin.load()