From 774ef275a4cff166393bac805259fb4a81933206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Thu, 3 Jul 2025 15:04:21 +0200 Subject: [PATCH] plop --- tts_pytorch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" ]