From 090c650b85648f4c88e3399af0e1d9650b52a943 Mon Sep 17 00:00:00 2001 From: James Betker Date: Wed, 27 Apr 2022 09:15:39 -0600 Subject: [PATCH] Revert "fix site and ipynb with new paths" This reverts commit 7d54ef8cc5005d3c2dfbc766f554f22c57c4b771. --- tortoise_tts.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tortoise_tts.ipynb b/tortoise_tts.ipynb index 161b3c3..8c38bdb 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/tortoise_tts\n", + "%cd tortoise-tts\n", "!pip install -r requirements.txt" ] },