build
Browse files- index.html +1 -1
index.html
CHANGED
@@ -31885,7 +31885,7 @@ Be informative, but keep it engaging, add a little bit of fun, and make it sound
|
|
31885 |
const getBlogComment = (filename) => `
|
31886 |
๐ป ๐๏ธ Hey, I generated an **AI podcast** about this blog post, check it out!
|
31887 |
|
31888 |
-
<audio controls src="
|
31889 |
|
31890 |
*This podcast is generated via [ngxson/kokoro-podcast-generator](https://huggingface.co/spaces/ngxson/kokoro-podcast-generator), using [DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1) and [Kokoro-TTS](https://huggingface.co/hexgrad/Kokoro-82M).*
|
31891 |
`.trim();
|
|
|
31885 |
const getBlogComment = (filename) => `
|
31886 |
๐ป ๐๏ธ Hey, I generated an **AI podcast** about this blog post, check it out!
|
31887 |
|
31888 |
+
<audio controls src="https://huggingface.co/ngxson/hf-blog-podcast/resolve/main/${filename}"></audio>
|
31889 |
|
31890 |
*This podcast is generated via [ngxson/kokoro-podcast-generator](https://huggingface.co/spaces/ngxson/kokoro-podcast-generator), using [DeepSeek-R1](https://huggingface.co/deepseek-ai/DeepSeek-R1) and [Kokoro-TTS](https://huggingface.co/hexgrad/Kokoro-82M).*
|
31891 |
`.trim();
|