fix comment
Browse files
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="
|
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();
|