From dc8bffabe00fc4671f9629f016cbfdc83e30ca50 Mon Sep 17 00:00:00 2001 From: laurent Date: Thu, 3 Jul 2025 12:48:04 +0200 Subject: [PATCH] Remove the dataset bit. --- tts_pytorch.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts_pytorch.ipynb b/tts_pytorch.ipynb index e62dcd1..f987132 100644 --- a/tts_pytorch.ipynb +++ b/tts_pytorch.ipynb @@ -39,7 +39,7 @@ "# Configuration\n", "text = \"Hey there! How are you? I had the craziest day today.\"\n", "voice = \"expresso/ex03-ex01_happy_001_channel1_334s.wav\"\n", - "print(f\"See https://huggingface.co/datasets/{DEFAULT_DSM_TTS_VOICE_REPO} for available voices.\")" + "print(f\"See https://huggingface.co/{DEFAULT_DSM_TTS_VOICE_REPO} for available voices.\")" ] }, {