Remove get_characters from BaseTTS

This commit is contained in:
Eren Gölge 2021-11-24 18:43:48 +01:00
parent 1df1d6c4a9
commit 4597d4e5b6
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ from TTS.tts.datasets.dataset import TTSDataset
from TTS.tts.utils.languages import LanguageManager, get_language_weighted_sampler
from TTS.tts.utils.speakers import SpeakerManager, get_speaker_manager, get_speaker_weighted_sampler
from TTS.tts.utils.synthesis import synthesis
from TTS.tts.utils.text.characters import Graphemes, make_symbols
from TTS.tts.utils.visual import plot_alignment, plot_spectrogram
# pylint: skip-file