Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
anonymous-sparkle
Browse files- app/models.py +3 -1
app/models.py
CHANGED
@@ -8,7 +8,7 @@ AVAILABLE_MODELS = {
|
|
8 |
'Play.HT 2.0': 'playht',
|
9 |
'Play.HT 3.0 Mini': 'playht3',
|
10 |
# 'MetaVoice': 'metavoice',
|
11 |
-
'MeloTTS': 'melo',
|
12 |
'StyleTTS 2': 'styletts2',
|
13 |
'GPT-SoVITS': 'sovits',
|
14 |
# 'Vokan TTS': 'vokan',
|
@@ -16,6 +16,7 @@ AVAILABLE_MODELS = {
|
|
16 |
'Parler TTS': 'parler',
|
17 |
'Parler TTS Large': 'parlerlarge',
|
18 |
'Fish Speech v1.4': 'fish',
|
|
|
19 |
}
|
20 |
|
21 |
|
@@ -27,6 +28,7 @@ model_names = {
|
|
27 |
'tacotrondca': 'Tacotron DCA',
|
28 |
'speedyspeech': 'Speedy Speech',
|
29 |
'overflow': 'Overflow TTS',
|
|
|
30 |
'vits': 'VITS',
|
31 |
'vitsneon': 'VITS Neon',
|
32 |
'neuralhmm': 'Neural HMM',
|
|
|
8 |
'Play.HT 2.0': 'playht',
|
9 |
'Play.HT 3.0 Mini': 'playht3',
|
10 |
# 'MetaVoice': 'metavoice',
|
11 |
+
# 'MeloTTS': 'melo',
|
12 |
'StyleTTS 2': 'styletts2',
|
13 |
'GPT-SoVITS': 'sovits',
|
14 |
# 'Vokan TTS': 'vokan',
|
|
|
16 |
'Parler TTS': 'parler',
|
17 |
'Parler TTS Large': 'parlerlarge',
|
18 |
'Fish Speech v1.4': 'fish',
|
19 |
+
'Anonymous Sparkle': 'anonymoussparkle',
|
20 |
}
|
21 |
|
22 |
|
|
|
28 |
'tacotrondca': 'Tacotron DCA',
|
29 |
'speedyspeech': 'Speedy Speech',
|
30 |
'overflow': 'Overflow TTS',
|
31 |
+
'anonymoussparkle': 'Anonymous Sparkle',
|
32 |
'vits': 'VITS',
|
33 |
'vitsneon': 'VITS Neon',
|
34 |
'neuralhmm': 'Neural HMM',
|