fix site and ipynb with new paths

This commit is contained in:
James Betker 2022-04-27 09:07:35 -06:00
parent 04dcc01615
commit d80371b5e6

View File

@ -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"
]
},