ngxson HF staff commited on
Commit
ef8ff91
ยท
1 Parent(s): 0a801cd

fix comment

Browse files
Files changed (1) hide show
  1. front/src/utils/prompts.ts +1 -1
front/src/utils/prompts.ts CHANGED
@@ -122,7 +122,7 @@ export const getBlogComment = (filename: string) =>
122
  `
123
  ๐Ÿ“ป ๐ŸŽ™๏ธ Hey, I generated an **AI podcast** about this blog post, check it out!
124
 
125
- <audio controls src="${filename}"></audio>
126
 
127
  *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).*
128
  `.trim();
 
122
  `
123
  ๐Ÿ“ป ๐ŸŽ™๏ธ Hey, I generated an **AI podcast** about this blog post, check it out!
124
 
125
+ <audio controls src="https://huggingface.co/ngxson/hf-blog-podcast/resolve/main/${filename}"></audio>
126
 
127
  *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).*
128
  `.trim();