fix site and ipynb with new paths
Browse files- tortoise_tts.ipynb +1 -1
- tortoise_v2_examples.html +0 -0
tortoise_tts.ipynb
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"!git clone https://github.com/neonbjb/tortoise-tts.git\n",
|
42 |
-
"%cd tortoise-tts\n",
|
43 |
"!pip install -r requirements.txt"
|
44 |
]
|
45 |
},
|
|
|
39 |
"outputs": [],
|
40 |
"source": [
|
41 |
"!git clone https://github.com/neonbjb/tortoise-tts.git\n",
|
42 |
+
"%cd tortoise-tts/tortoise_tts\n",
|
43 |
"!pip install -r requirements.txt"
|
44 |
]
|
45 |
},
|
tortoise_v2_examples.html
CHANGED
The diff for this file is too large to render.
See raw diff
|
|