ngxson HF staff commited on
Commit
7342b49
ยท
1 Parent(s): ef8ff91
Files changed (1) hide show
  1. 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="${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();
 
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();