mirror of https://github.com/coqui-ai/TTS.git
more whitespace problems
This commit is contained in:
parent
42ff83f9b9
commit
25f466f299
|
@ -168,7 +168,6 @@ class Synthesizer(object):
|
||||||
wavs = []
|
wavs = []
|
||||||
sens = self.split_into_sentences(text)
|
sens = self.split_into_sentences(text)
|
||||||
print(sens)
|
print(sens)
|
||||||
|
|
||||||
speaker_id = id_to_torch(speaker_id)
|
speaker_id = id_to_torch(speaker_id)
|
||||||
if speaker_id is not None and self.use_cuda:
|
if speaker_id is not None and self.use_cuda:
|
||||||
speaker_id = speaker_id.cuda()
|
speaker_id = speaker_id.cuda()
|
||||||
|
|
Loading…
Reference in New Issue