Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions packages/tasks/src/tasks/text-to-speech/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -35,20 +39,20 @@ 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 massively multi-lingual TTS model.",
id: "coqui/XTTS-v2",
description: "A powerful TTS model that supports English and Chinese.",
id: "SWivid/F5-TTS",
},
{
description: "Robust TTS model.",
id: "metavoiceio/metavoice-1B-v0.1",
description: "A massively multi-lingual TTS model.",
id: "coqui/XTTS-v2",
},
{
description: "A prompt based, powerful TTS model.",
id: "parler-tts/parler_tts_mini_v0.1",
description: "A powerful TTS model.",
id: "amphion/MaskGCT",
},
],
spaces: [
Expand All @@ -66,8 +70,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 speech in a given emotion and voice that can be controlled through a simple text prompt.",
id: "parler-tts/parler-tts-expresso",
},
],
summary:
Expand Down
Loading