Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TTS task page #1014

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all 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