diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index bca3df3193..8d7654d5e2 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -194,8 +194,7 @@ def tts(self, text: str, speaker_idx: str = "", speaker_wav=None, style_wav=None speaker_embedding = None sens = self.split_into_sentences(text) print(" > Text splitted to sentences.") - print(sens) - + #print(sens) if self.tts_speakers_file: # get the speaker embedding from the saved x_vectors. if speaker_idx and isinstance(speaker_idx, str):