Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes in tutorials #199

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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