trying to fix trailing whitespace

This commit is contained in:
mittimithai 2020-05-12 18:50:58 -07:00 committed by GitHub
parent a4aca623c3
commit 42ff83f9b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class Synthesizer(object):
speaker_id = id_to_torch(speaker_id)
if speaker_id is not None and self.use_cuda:
speaker_id = speaker_id.cuda()
for sen in sens:
# preprocess the given text
inputs = text_to_seqvec(sen, self.tts_config, self.use_cuda)