From 4c086f954be093c52e6afec2f83a90d2b3cbd0f5 Mon Sep 17 00:00:00 2001 From: index-tts Date: Tue, 25 Mar 2025 20:48:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586f28c..dbadbf8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## 👉🏻 IndexTTS 👈🏻 -[[Paper]](https://arxiv.org/abs/2502.05512) [[Demos]](https://index-tts.github.io) +[[HuggingFace Demo]](https://huggingface.co/spaces/IndexTeam/IndexTTS) [[Paper]](https://arxiv.org/abs/2502.05512) [[Demos]](https://index-tts.github.io) **IndexTTS** is a GPT-style text-to-speech (TTS) model mainly based on XTTS and Tortoise. It is capable of correcting the pronunciation of Chinese characters using pinyin and controlling pauses at any position through punctuation marks. We enhanced multiple modules of the system, including the improvement of speaker condition feature representation, and the integration of BigVGAN2 to optimize audio quality. Trained on tens of thousands of hours of data, our system achieves state-of-the-art performance, outperforming current popular TTS systems such as XTTS, CosyVoice2, Fish-Speech, and F5-TTS.