Skip to content

Commit 352320e

Browse files
Deep-unlearningSteven ZhengVaibhavs10
authored
Update TTS task page (#1014)
Co-authored-by: Steven Zheng <[email protected]> Co-authored-by: vb <[email protected]>
1 parent 9cb9acf commit 352320e

File tree

1 file changed

+15
-7
lines changed
  • packages/tasks/src/tasks/text-to-speech

1 file changed

+15
-7
lines changed

packages/tasks/src/tasks/text-to-speech/data.ts

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ const taskData: TaskDataCustom = {
1111
description: "Multi-speaker English dataset.",
1212
id: "mythicinfinity/libritts_r",
1313
},
14+
{
15+
description: "Mulit-lingual dataset.",
16+
id: "facebook/multilingual_librispeech",
17+
},
1418
],
1519
demo: {
1620
inputs: [
@@ -35,20 +39,24 @@ const taskData: TaskDataCustom = {
3539
],
3640
models: [
3741
{
38-
description: "A powerful TTS model.",
42+
description: "A prompt based, powerful TTS model.",
3943
id: "parler-tts/parler-tts-large-v1",
4044
},
45+
{
46+
description: "A powerful TTS model that supports English and Chinese.",
47+
id: "SWivid/F5-TTS",
48+
},
4149
{
4250
description: "A massively multi-lingual TTS model.",
4351
id: "coqui/XTTS-v2",
4452
},
4553
{
46-
description: "Robust TTS model.",
47-
id: "metavoiceio/metavoice-1B-v0.1",
54+
description: "A powerful TTS model.",
55+
id: "amphion/MaskGCT",
4856
},
4957
{
50-
description: "A prompt based, powerful TTS model.",
51-
id: "parler-tts/parler_tts_mini_v0.1",
58+
description: "A Llama based TTS model.",
59+
id: "OuteAI/OuteTTS-0.1-350M",
5260
},
5361
],
5462
spaces: [
@@ -66,8 +74,8 @@ const taskData: TaskDataCustom = {
6674
id: "mrfakename/E2-F5-TTS",
6775
},
6876
{
69-
description: "An application that synthesizes speech for diverse speaker prompts.",
70-
id: "parler-tts/parler_tts_mini",
77+
description: "An application that synthesizes emotional speech for diverse speaker prompts.",
78+
id: "parler-tts/parler-tts-expresso",
7179
},
7280
],
7381
summary:

0 commit comments

Comments
 (0)