potsawee commited on
Commit
8e9c4d4
·
verified ·
1 Parent(s): f31be6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://soda-audio.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
 
 
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