Browse Source

One more fix

Sanyam Bhutani 6 months ago
parent
commit
be79a2d4ed

+ 1 - 1
recipes/quickstart/NotebookLlama/README.md

@@ -4,7 +4,7 @@
 
 
 This is a guided series of tutorials/notebooks that can be taken as a reference or course to build a PDF to Podcast workflow. 
 This is a guided series of tutorials/notebooks that can be taken as a reference or course to build a PDF to Podcast workflow. 
 
 
-You will also learn from experimentations of using  Text to Speech Models.
+You will also learn from the experiments of using  Text to Speech Models.
 
 
 It assumes zero knowledge of LLMs, prompting and audio models, everything is covered in their respective notebooks.
 It assumes zero knowledge of LLMs, prompting and audio models, everything is covered in their respective notebooks.
 
 

+ 1 - 1
recipes/quickstart/NotebookLlama/TTS_Notes.md

@@ -97,7 +97,7 @@ Audio(speech_output[0].cpu().numpy(), rate=sampling_rate)```
 
 
 Promising directions to explore in future:
 Promising directions to explore in future:
 
 
-- [MeloTTS](huggingface.co/myshell-ai/MeloTTS-English) This is most popular (ever) on HuggingFace
+- [MeloTTS](https://huggingface.co/myshell-ai/MeloTTS-English) This is most popular (ever) on HuggingFace
 - [WhisperSpeech](https://huggingface.co/WhisperSpeech/WhisperSpeech) sounded quite natural as well
 - [WhisperSpeech](https://huggingface.co/WhisperSpeech/WhisperSpeech) sounded quite natural as well
 - [F5-TTS](https://github.com/SWivid/F5-TTS) was the latest release at this time, however, it felt a bit robotic
 - [F5-TTS](https://github.com/SWivid/F5-TTS) was the latest release at this time, however, it felt a bit robotic
 - E2-TTS: r/locallama claims this to be a little better, however, it didn't pass the vibe test
 - E2-TTS: r/locallama claims this to be a little better, however, it didn't pass the vibe test