diff --git a/packages/tasks/src/tasks/text-to-speech/data.ts b/packages/tasks/src/tasks/text-to-speech/data.ts index afa7471cf5..70ac918982 100644 --- a/packages/tasks/src/tasks/text-to-speech/data.ts +++ b/packages/tasks/src/tasks/text-to-speech/data.ts @@ -11,6 +11,10 @@ const taskData: TaskDataCustom = { description: "Multi-speaker English dataset.", id: "mythicinfinity/libritts_r", }, + { + description: "Mulit-lingual dataset.", + id: "facebook/multilingual_librispeech", + }, ], demo: { inputs: [ @@ -35,20 +39,24 @@ const taskData: TaskDataCustom = { ], models: [ { - description: "A powerful TTS model.", + description: "A prompt based, powerful TTS model.", id: "parler-tts/parler-tts-large-v1", }, + { + description: "A powerful TTS model that supports English and Chinese.", + id: "SWivid/F5-TTS", + }, { description: "A massively multi-lingual TTS model.", id: "coqui/XTTS-v2", }, { - description: "Robust TTS model.", - id: "metavoiceio/metavoice-1B-v0.1", + description: "A powerful TTS model.", + id: "amphion/MaskGCT", }, { - description: "A prompt based, powerful TTS model.", - id: "parler-tts/parler_tts_mini_v0.1", + description: "A Llama based TTS model.", + id: "OuteAI/OuteTTS-0.1-350M", }, ], spaces: [ @@ -66,8 +74,8 @@ const taskData: TaskDataCustom = { id: "mrfakename/E2-F5-TTS", }, { - description: "An application that synthesizes speech for diverse speaker prompts.", - id: "parler-tts/parler_tts_mini", + description: "An application that synthesizes emotional speech for diverse speaker prompts.", + id: "parler-tts/parler-tts-expresso", }, ], summary: