mirror of https://github.com/coqui-ai/TTS.git
Fix typo
Changed "Text splitted to sentences" to "Text split into sentences"
This commit is contained in:
parent
dbf1a08a0d
commit
7c690d3354
|
@ -294,7 +294,7 @@ class Synthesizer(nn.Module):
|
|||
if text:
|
||||
sens = [text]
|
||||
if split_sentences:
|
||||
print(" > Text splitted to sentences.")
|
||||
print(" > Text split into sentences.")
|
||||
sens = self.split_into_sentences(text)
|
||||
print(sens)
|
||||
|
||||
|
|
Loading…
Reference in New Issue