more whitespace problems

pull/10/head
mittimithai 2020-05-12 19:02:37 -07:00 committed by GitHub
parent 42ff83f9b9
commit 25f466f299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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()