mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
trying to fix trailing whitespace
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user