Skip to content

Commit be79a2d

Browse files
committed
One more fix
1 parent 95db0fe commit be79a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipes/quickstart/NotebookLlama/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a guided series of tutorials/notebooks that can be taken as a reference or course to build a PDF to Podcast workflow.
66

7-
You will also learn from experimentations of using Text to Speech Models.
7+
You will also learn from the experiments of using Text to Speech Models.
88

99
It assumes zero knowledge of LLMs, prompting and audio models, everything is covered in their respective notebooks.
1010

recipes/quickstart/NotebookLlama/TTS_Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Audio(speech_output[0].cpu().numpy(), rate=sampling_rate)```
9797

9898
Promising directions to explore in future:
9999

100-
- [MeloTTS](huggingface.co/myshell-ai/MeloTTS-English) This is most popular (ever) on HuggingFace
100+
- [MeloTTS](https://huggingface.co/myshell-ai/MeloTTS-English) This is most popular (ever) on HuggingFace
101101
- [WhisperSpeech](https://huggingface.co/WhisperSpeech/WhisperSpeech) sounded quite natural as well
102102
- [F5-TTS](https://github.com/SWivid/F5-TTS) was the latest release at this time, however, it felt a bit robotic
103103
- E2-TTS: r/locallama claims this to be a little better, however, it didn't pass the vibe test

0 commit comments

Comments
 (0)