Skip to content

Commit 0e7c7cd

Browse files
Fix deprecated model reference and correct typo (#199)
* Fix typo in tts tutorial * remove deprecated nlp model and add nmt
1 parent a5cf5f8 commit 0e7c7cd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Language-Scaling/Mandarin/asr-finetune-conformer-ctc-nemo-zh.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"\n",
2727
"- Automated speech recognition (ASR). \n",
2828
"- Text-to-Speech synthesis (TTS). \n",
29-
"- A collection of natural language processing (NLP) services, such as named entity recognition (NER), punctuation, and intent classification.\n",
29+
"- Neural Machine Translation (NMT). \n",
30+
"- Natural language processing (NLP) punctuation service.\n",
3031
"\n",
3132
"In this tutorial, we will fine-tune a Riva ASR acoustic model with NeMo. <br> \n",
3233
"To understand the basics of Riva ASR APIs, refer to [Getting started with Riva ASR in Python](https://github.com/nvidia-riva/tutorials/blob/stable/asr-basics.ipynb). <br>\n",

tts-basics-customize-ssml.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"outputs": [],
6565
"source": [
6666
"# We need numpy to read the output from the Riva TTS request.\n",
67-
"!pip install numpy\n",
68-
"!pip install nvidia-riva-client"
67+
"pip install numpy\n",
68+
"pip install nvidia-riva-client"
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)