Skip to content

Commit 978f397

Browse files
authored
Merge pull request #591 from theamdara/patch-1
Update README.md
2 parents fbb0655 + 717be37 commit 978f397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-ljspeech-en"
278278
# inference
279279
processor = AutoProcessor.from_pretrained("tensorspeech/tts-fastspeech2-ljspeech-en")
280280

281-
ids = processor.text_to_sequence("Recent research at Harvard has shown meditating for as little as 8 weeks, can actually increase the grey matter in the parts of the brain responsible for emotional regulation, and learning.")
281+
input_ids = processor.text_to_sequence("Recent research at Harvard has shown meditating for as little as 8 weeks, can actually increase the grey matter in the parts of the brain responsible for emotional regulation, and learning.")
282282
# fastspeech inference
283283

284284
mel_before, mel_after, duration_outputs, _, _ = fastspeech2.inference(

0 commit comments

Comments
 (0)