From 4702292da6828f3ea0e5409083408f9756e3396c Mon Sep 17 00:00:00 2001 From: 9c Date: Thu, 3 Apr 2025 16:57:40 +0800 Subject: [PATCH] docs: Show that repo is no longer maintained --- README.md | 2 ++ notebooks/Tutorial_1_use-pretrained-TTS.ipynb | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3205c1b..d7ee51d6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## THIS REPO IS NO LONGER MAINTAINED. +### Go to https://github.com/idiap/coqui-ai-TTS for the currently maintained version. ## 🐸Coqui.ai News - 📣 ⓍTTSv2 is here with 16 languages and better performance across the board. diff --git a/notebooks/Tutorial_1_use-pretrained-TTS.ipynb b/notebooks/Tutorial_1_use-pretrained-TTS.ipynb index 87d04c49..f655dcb8 100644 --- a/notebooks/Tutorial_1_use-pretrained-TTS.ipynb +++ b/notebooks/Tutorial_1_use-pretrained-TTS.ipynb @@ -9,7 +9,7 @@ "source": [ "# Easy Inferencing with 🐸 TTS ⚡\n", "\n", - "#### You want to quicly synthesize speech using Coqui 🐸 TTS model?\n", + "#### You want to quickly synthesize speech using Coqui 🐸 TTS model?\n", "\n", "💡: Grab a pre-trained model and use it to synthesize speech using any speaker voice, including yours! ⚡\n", "\n", @@ -41,7 +41,7 @@ "outputs": [], "source": [ "! pip install -U pip\n", - "! pip install TTS" + "! pip install TTS", ] }, { @@ -244,7 +244,7 @@ "metadata": {}, "source": [ "## 🎉 Congratulations! 🎉 You now know how to use a TTS model to synthesize speech! \n", - "Follow up with the next tutorials to learn more adnavced material." + "Follow up with the next tutorials to learn more advanced material." ] } ],