diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index 46dabad9..323231bf 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -192,6 +192,7 @@ class Synthesizer(object): """ start_time = time.time() wavs = [] + speaker_embedding = None sens = self.split_into_sentences(text) print(" > Text splitted to sentences.") print(sens)