@@ -11,6 +11,10 @@ const taskData: TaskDataCustom = {
11
11
description : "Multi-speaker English dataset." ,
12
12
id : "mythicinfinity/libritts_r" ,
13
13
} ,
14
+ {
15
+ description : "Mulit-lingual dataset." ,
16
+ id : "facebook/multilingual_librispeech" ,
17
+ } ,
14
18
] ,
15
19
demo : {
16
20
inputs : [
@@ -35,20 +39,24 @@ const taskData: TaskDataCustom = {
35
39
] ,
36
40
models : [
37
41
{
38
- description : "A powerful TTS model." ,
42
+ description : "A prompt based, powerful TTS model." ,
39
43
id : "parler-tts/parler-tts-large-v1" ,
40
44
} ,
45
+ {
46
+ description : "A powerful TTS model that supports English and Chinese." ,
47
+ id : "SWivid/F5-TTS" ,
48
+ } ,
41
49
{
42
50
description : "A massively multi-lingual TTS model." ,
43
51
id : "coqui/XTTS-v2" ,
44
52
} ,
45
53
{
46
- description : "Robust TTS model." ,
47
- id : "metavoiceio/metavoice-1B-v0.1 " ,
54
+ description : "A powerful TTS model." ,
55
+ id : "amphion/MaskGCT " ,
48
56
} ,
49
57
{
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 " ,
52
60
} ,
53
61
] ,
54
62
spaces : [
@@ -66,8 +74,8 @@ const taskData: TaskDataCustom = {
66
74
id : "mrfakename/E2-F5-TTS" ,
67
75
} ,
68
76
{
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 " ,
71
79
} ,
72
80
] ,
73
81
summary :
0 commit comments