Skip to content

Commit

Permalink
fix syntax error introduced in PR-7079 (#7102)
Browse files Browse the repository at this point in the history
* fix syntax error introduced in PR-7079

Signed-off-by: Alexandra Antonova <antonova_sasha@list.ru>

* fixes for pr review

Signed-off-by: Alexandra Antonova <antonova_sasha@list.ru>

---------

Signed-off-by: Alexandra Antonova <antonova_sasha@list.ru>
  • Loading branch information
bene-ges authored and ericharper committed Aug 4, 2023
1 parent 59c3605 commit 0eebb34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,9 @@
"id": "9T3CZcCAmxCz"
},
"source": [
"Now we have a folder with generated audios `audio/*.wav` and a nemo manifest with json records like `{\"audio_filepath\": \"audio/0.wav\", \"text\": \"no renal auditory or vestibular toxicity was observed\", \"orig_text\": \"No renal, auditory, or vestibular toxicity was observed.\"}`."
"Now we have a folder with generated audios `audio/*.wav` and a nemo manifest with json records like `{\"audio_filepath\": \"audio/0.wav\", \"text\": \"no renal auditory or vestibular toxicity was observed\", \"orig_text\": \"No renal, auditory, or vestibular toxicity was observed.\"}`.",
"\n",
"Note that TTS model may mispronounce some unknown words, for example, abbreviations like `tRNAs`."
]
},
{
Expand Down

0 comments on commit 0eebb34

Please sign in to comment.