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.\")" ] }, {