diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index 2916178..ab6e228 100644 --- a/tts_pytorch.ipynb +++ b/tts_pytorch.ipynb @@ -9,7 +9,7 @@ "source": [ "# Fast install, might break in the future.\n", "!pip install 'sphn<0.2'\n", - "!pip install --no-deps \"moshi==0.2.7\n", + "!pip install --no-deps \"moshi==0.2.7\"\n", "# Slow install (will download torch and cuda), but future proof.\n", "# !pip install \"moshi==0.2.7\"" ]