Spaces:
Running
Running
enable xVASynth TTS
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ AVAILABLE_MODELS = {
|
|
72 |
# 'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # 4.29
|
73 |
# 'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # 4.29
|
74 |
'mrfakename/MetaVoice-1B-v0.1': 'mrfakename/MetaVoice-1B-v0.1', # 4.29 4.32
|
75 |
-
|
76 |
# 'coqui/CoquiTTS': 'coqui/CoquiTTS',
|
77 |
'mrfakename/MeloTTS': 'mrfakename/MeloTTS', # 4.29 4.32
|
78 |
'fishaudio/fish-speech-1': 'fishaudio/fish-speech-1', # 4.29 4.32 4.36.1
|
|
|
72 |
# 'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # 4.29
|
73 |
# 'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # 4.29
|
74 |
'mrfakename/MetaVoice-1B-v0.1': 'mrfakename/MetaVoice-1B-v0.1', # 4.29 4.32
|
75 |
+
'Pendrokar/xVASynth-TTS': 'Pendrokar/xVASynth-TTS', # 4.29 4.32 4.42.0
|
76 |
# 'coqui/CoquiTTS': 'coqui/CoquiTTS',
|
77 |
'mrfakename/MeloTTS': 'mrfakename/MeloTTS', # 4.29 4.32
|
78 |
'fishaudio/fish-speech-1': 'fishaudio/fish-speech-1', # 4.29 4.32 4.36.1
|