udayl commited on
Commit
f5dd475
·
1 Parent(s): 21dc8b5

updated readme

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # NotebookLM-Kokoro TTS Project
2
 
3
  This project uses [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M) – a lightweight, open-weight TTS model with 82 million parameters – to create a Google NotebookLM style Text-to-Speech application.
@@ -59,13 +70,3 @@ This will process the transcript text using Kokoro and output audio segments as
59
 
60
  Kokoro’s combination of efficiency, quality, and open-access makes it the best non-proprietary TTS model available, as confirmed by recent benchmarks. Enjoy exploring and extending this project!
61
 
62
- ---
63
- title: {{title}}
64
- emoji: {{emoji}}
65
- colorFrom: {{colorFrom}}
66
- colorTo: {{colorTo}}
67
- sdk: {{sdk}}
68
- sdk_version: "{{sdkVersion}}"
69
- app_file: gradio_app.py
70
- pinned: false
71
- ---
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: "{{sdkVersion}}"
8
+ app_file: gradio_app.py
9
+ pinned: false
10
+ ---
11
+
12
  # NotebookLM-Kokoro TTS Project
13
 
14
  This project uses [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M) – a lightweight, open-weight TTS model with 82 million parameters – to create a Google NotebookLM style Text-to-Speech application.
 
70
 
71
  Kokoro’s combination of efficiency, quality, and open-access makes it the best non-proprietary TTS model available, as confirmed by recent benchmarks. Enjoy exploring and extending this project!
72