mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-12 21:43:17 +02:00
more whitespace problems
This commit is contained in:
@@ -168,7 +168,6 @@ class Synthesizer(object):
|
||||
wavs = []
|
||||
sens = self.split_into_sentences(text)
|
||||
print(sens)
|
||||
|
||||
speaker_id = id_to_torch(speaker_id)
|
||||
if speaker_id is not None and self.use_cuda:
|
||||
speaker_id = speaker_id.cuda()
|
||||
|
||||
Reference in New Issue
Block a user