Skip to content

Commit 2e119cb

Browse files
bene-gesweb-flow
authored andcommitted
fix syntax error introduced in PR-7079 (#7102)
* fix syntax error introduced in PR-7079 Signed-off-by: Alexandra Antonova <[email protected]> * fixes for pr review Signed-off-by: Alexandra Antonova <[email protected]> --------- Signed-off-by: Alexandra Antonova <[email protected]>
1 parent 5a5c77a commit 2e119cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tutorials/nlp/SpellMapper_English_ASR_Customization.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"# Install NeMo library. If you are running locally (rather than on Google Colab), comment out the below lines\n",
8686
"# and instead follow the instructions at https://github.com/NVIDIA/NeMo#Installation\n",
8787
"GITHUB_ACCOUNT = \"NVIDIA\"\n",
88-
"BRANCH = 'main'\n",
88+
"BRANCH = 'r1.20.0'\n",
8989
"!python -m pip install git+https://github.com/{GITHUB_ACCOUNT}/NeMo.git@{BRANCH}#egg=nemo_toolkit[all]\n",
9090
"\n",
9191
"# Download local version of NeMo scripts. If you are running locally and want to use your own local NeMo code,\n",
@@ -934,7 +934,9 @@
934934
"id": "9T3CZcCAmxCz"
935935
},
936936
"source": [
937-
"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.\"}`."
937+
"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.\"}`.",
938+
"\n",
939+
"Note that TTS model may mispronounce some unknown words, for example, abbreviations like `tRNAs`."
938940
]
939941
},
940942
{

0 commit comments

Comments
 (0)