Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -392,7 +392,7 @@ def create_gradio_interface():
|
|
| 392 |
theme=gr.themes.Soft(primary_hue="red"),
|
| 393 |
) as interface:
|
| 394 |
gr.Markdown("# Speech Editing with TextSyncMimi")
|
| 395 |
-
gr.Markdown("📝 **Blog Post**: [From Time to Text: Investigating Text-Synchronous Speech Representations](https://
|
| 396 |
gr.Markdown("🤗 **Model Checkpoint**: https://huggingface.co/potsawee/TextSyncMimi-v1")
|
| 397 |
gr.Markdown("*Demo for Speech Editing Ability with Text-Synchronous Speech Representations*: Generate two voice renditions using Kokoro TTS, then swap speech embeddings at token positions.")
|
| 398 |
|
|
|
|
| 392 |
theme=gr.themes.Soft(primary_hue="red"),
|
| 393 |
) as interface:
|
| 394 |
gr.Markdown("# Speech Editing with TextSyncMimi")
|
| 395 |
+
gr.Markdown("📝 **Blog Post**: [From Time to Text: Investigating Text-Synchronous Speech Representations](https://potsawee.github.io/textsync-speech-embed)")
|
| 396 |
gr.Markdown("🤗 **Model Checkpoint**: https://huggingface.co/potsawee/TextSyncMimi-v1")
|
| 397 |
gr.Markdown("*Demo for Speech Editing Ability with Text-Synchronous Speech Representations*: Generate two voice renditions using Kokoro TTS, then swap speech embeddings at token positions.")
|
| 398 |
|