From d80371b5e68b324e4702fbd1724e15d6e53fd659 Mon Sep 17 00:00:00 2001
From: James Betker <jbetker@gmail.com>
Date: Wed, 27 Apr 2022 09:07:35 -0600
Subject: [PATCH] fix site and ipynb with new paths

---
 tortoise_tts.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tortoise_tts.ipynb b/tortoise_tts.ipynb
index 8c38bdb..161b3c3 100644
--- a/tortoise_tts.ipynb
+++ b/tortoise_tts.ipynb
@@ -39,7 +39,7 @@
       "outputs": [],
       "source": [
         "!git clone https://github.com/neonbjb/tortoise-tts.git\n",
-        "%cd tortoise-tts\n",
+        "%cd tortoise-tts/tortoise_tts\n",
         "!pip install -r requirements.txt"
       ]
     },