Skip to content

Commit

Permalink
Fix deprecated model reference and correct typo (#199)
Browse files Browse the repository at this point in the history
* Fix typo in tts tutorial

* remove deprecated nlp model and add nmt
  • Loading branch information
rmittal-github authored Sep 25, 2024
1 parent a5cf5f8 commit 0e7c7cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"\n",
"- Automated speech recognition (ASR). \n",
"- Text-to-Speech synthesis (TTS). \n",
"- A collection of natural language processing (NLP) services, such as named entity recognition (NER), punctuation, and intent classification.\n",
"- Neural Machine Translation (NMT). \n",
"- Natural language processing (NLP) punctuation service.\n",
"\n",
"In this tutorial, we will fine-tune a Riva ASR acoustic model with NeMo. <br> \n",
"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",
Expand Down
4 changes: 2 additions & 2 deletions tts-basics-customize-ssml.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"outputs": [],
"source": [
"# We need numpy to read the output from the Riva TTS request.\n",
"!pip install numpy\n",
"!pip install nvidia-riva-client"
"pip install numpy\n",
"pip install nvidia-riva-client"
]
},
{
Expand Down

0 comments on commit 0e7c7cd

Please sign in to comment.