mirror of https://github.com/coqui-ai/TTS.git
bug fix
This commit is contained in:
parent
6bdd81667e
commit
734e6a515c
|
@ -192,6 +192,7 @@ class Synthesizer(object):
|
||||||
"""
|
"""
|
||||||
start_time = time.time()
|
start_time = time.time()
|
||||||
wavs = []
|
wavs = []
|
||||||
|
speaker_embedding = None
|
||||||
sens = self.split_into_sentences(text)
|
sens = self.split_into_sentences(text)
|
||||||
print(" > Text splitted to sentences.")
|
print(" > Text splitted to sentences.")
|
||||||
print(sens)
|
print(sens)
|
||||||
|
|
Loading…
Reference in New Issue