From 3199f34d880d42ac63e43aa7a8b6c28a90a543c6 Mon Sep 17 00:00:00 2001 From: Chandrashekhar R <73425927+cr2007@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:48:13 +0400 Subject: [PATCH] Fix headers and index links in TTS example notebook --- examples/text-to-speech.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/text-to-speech.ipynb b/examples/text-to-speech.ipynb index d6192fb..869e06a 100644 --- a/examples/text-to-speech.ipynb +++ b/examples/text-to-speech.ipynb @@ -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", @@ -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." ] @@ -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", @@ -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",