Skip to content

Commit 0fd588a

Browse files
Steven ZhengSteven Zheng
authored andcommitted
Update TTS task page
1 parent f2795a8 commit 0fd588a

File tree

1 file changed

+13
-9
lines changed
  • packages/tasks/src/tasks/text-to-speech

1 file changed

+13
-9
lines changed

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

Lines changed: 13 additions & 9 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,20 @@ 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
},
4145
{
42-
description: "A massively multi-lingual TTS model.",
43-
id: "coqui/XTTS-v2",
46+
description: "A powerful TTS model that supports English and Chinese.",
47+
id: "SWivid/F5-TTS",
4448
},
4549
{
46-
description: "Robust TTS model.",
47-
id: "metavoiceio/metavoice-1B-v0.1",
50+
description: "A massively multi-lingual TTS model.",
51+
id: "coqui/XTTS-v2",
4852
},
4953
{
50-
description: "A prompt based, powerful TTS model.",
51-
id: "parler-tts/parler_tts_mini_v0.1",
54+
description: "A powerful TTS model.",
55+
id: "amphion/MaskGCT",
5256
},
5357
],
5458
spaces: [
@@ -66,8 +70,8 @@ const taskData: TaskDataCustom = {
6670
id: "mrfakename/E2-F5-TTS",
6771
},
6872
{
69-
description: "An application that synthesizes speech for diverse speaker prompts.",
70-
id: "parler-tts/parler_tts_mini",
73+
description: "An application that synthesizes speech in a given emotion and voice that can be controlled through a simple text prompt.",
74+
id: "parler-tts/parler-tts-expresso",
7175
},
7276
],
7377
summary:

0 commit comments

Comments
 (0)