Spaces:
Running
Running
Update app/models.py
Browse files- app/models.py +3 -1
app/models.py
CHANGED
|
@@ -9,6 +9,7 @@ AVAILABLE_MODELS = {
|
|
| 9 |
'CosyVoice 2.0': 'cosyvoice',
|
| 10 |
'PlayDialog 1.0': 'playdialogv1',
|
| 11 |
'Papla P1': 'papla',
|
|
|
|
| 12 |
# 'Fish Speech v1.5': 'anonymousfish',
|
| 13 |
# 'MeloTTS': 'melo',
|
| 14 |
# 'PlayDialog': 'playdialog',
|
|
@@ -48,7 +49,8 @@ model_links = {
|
|
| 48 |
'OpenVoice V2': 'https://github.com/myshell-ai/OpenVoice',
|
| 49 |
'Pheme': 'https://github.com/PolyAI-LDN/pheme',
|
| 50 |
'Vokan TTS': 'https://huggingface.co/ShoukanLabs/Vokan',
|
| 51 |
-
'Papla P1': 'https://papla.media'
|
|
|
|
| 52 |
}
|
| 53 |
|
| 54 |
closed_source = [
|
|
|
|
| 9 |
'CosyVoice 2.0': 'cosyvoice',
|
| 10 |
'PlayDialog 1.0': 'playdialogv1',
|
| 11 |
'Papla P1': 'papla',
|
| 12 |
+
'Hume Octave': 'hume',
|
| 13 |
# 'Fish Speech v1.5': 'anonymousfish',
|
| 14 |
# 'MeloTTS': 'melo',
|
| 15 |
# 'PlayDialog': 'playdialog',
|
|
|
|
| 49 |
'OpenVoice V2': 'https://github.com/myshell-ai/OpenVoice',
|
| 50 |
'Pheme': 'https://github.com/PolyAI-LDN/pheme',
|
| 51 |
'Vokan TTS': 'https://huggingface.co/ShoukanLabs/Vokan',
|
| 52 |
+
'Papla P1': 'https://papla.media',
|
| 53 |
+
'Hume Octave': 'https://www.hume.ai'
|
| 54 |
}
|
| 55 |
|
| 56 |
closed_source = [
|