浏览代码

One more fix

Sanyam Bhutani 6 月之前
父节点
当前提交
be79a2d4ed
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      recipes/quickstart/NotebookLlama/README.md
  2. 1 1
      recipes/quickstart/NotebookLlama/TTS_Notes.md

+ 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. 
 
-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.
 

+ 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:
 
-- [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
 - [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