Skip to content

Commit

Permalink
Fix headers and index links in TTS example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jul 9, 2024
1 parent d97f949 commit 3199f34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/text-to-speech.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This is an example Python notebook for running text-to-speech (TTS) tasks using [Camb.ai](https://camb.ai)'s API.\n",
"\n",
"# Index\n",
"- [TTS Method](#dub-method)\n",
"- [TTS Method](#tts-method)\n",
"- [Individual Methods](#individual-methods)\n",
" - [Create TTS](#create-tts)\n",
" - [Get TTS Status](#get-tts-status)\n",
Expand Down Expand Up @@ -177,7 +177,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Create TTS\n",
"## Create TTS\n",
"\n",
"You can use the `create_tts()` method to create a TTS task."
]
Expand Down Expand Up @@ -208,7 +208,7 @@
"source": [
"----\n",
"\n",
"### Get TTS Status\n",
"## Get TTS Status\n",
"\n",
"This method returns the status of the tts task.\n",
"\n",
Expand Down Expand Up @@ -252,7 +252,7 @@
"source": [
"----\n",
"\n",
"### Get TTS Result\n",
"## Get TTS Result\n",
"\n",
"You can use this method to save the TTS audio file into the disk.\n",
"\n",
Expand Down

0 comments on commit 3199f34

Please sign in to comment.