Spaces:
Running
Running
Parler Multi Reformatted makes no changes to description
Browse files- app/models.py +8 -7
app/models.py
CHANGED
@@ -51,7 +51,7 @@ AVAILABLE_MODELS = {
|
|
51 |
# 'parler-tts/parler-tts-expresso': 'parler-tts/parler-tts-expresso', # 4.29 4.32 4.36.1 4.42.0
|
52 |
# Parler Mini Multi v1.1
|
53 |
'PHBJT/multi_parler_tts': 'PHBJT/multi_parler_tts',
|
54 |
-
'PHBJT/multi_parler_tts/reformatted': 'PHBJT/multi_parler_tts', # reformatted description using Gemma 2b
|
55 |
|
56 |
# # Microsoft Edge TTS
|
57 |
# 'innoai/Edge-TTS-Text-to-Speech': 'innoai/Edge-TTS-Text-to-Speech', # API disabled
|
@@ -86,7 +86,7 @@ AVAILABLE_MODELS = {
|
|
86 |
# llasa 1b TTS
|
87 |
# 'HKUST-Audio/Llasa-1B-finetuned-for-two-speakers': 'HKUST-Audio/Llasa-1B-finetuned-for-two-speakers',
|
88 |
# llasa 3b TTS
|
89 |
-
'srinivasbilla/llasa-3b-tts': 'srinivasbilla/llasa-3b-tts', # ZeroGPU Pro account expired
|
90 |
# llasa 8b TTS
|
91 |
# 'srinivasbilla/llasa-8b-tts': 'srinivasbilla/llasa-8b-tts', # ZeroGPU Pro account expired
|
92 |
|
@@ -94,7 +94,7 @@ AVAILABLE_MODELS = {
|
|
94 |
# 'CAMB-AI/mars5_space': 'CAMB-AI/mars5_space', # slow inference; Unstable
|
95 |
|
96 |
# Mars6
|
97 |
-
'CAMB-AI/mars6-turbo-demo': 'CAMB-AI/mars6-turbo-demo',
|
98 |
|
99 |
# Zonos
|
100 |
# 'Steveeeeeeen/Zonos': 'Steveeeeeeen/Zonos',
|
@@ -674,10 +674,6 @@ OVERRIDE_INPUTS = {
|
|
674 |
'description': 'a ' + DEFAULT_VOICE_PROMPT, #description / voice prompt
|
675 |
'do_format': False, # Reformat description using Gemma 2b
|
676 |
},
|
677 |
-
'PHBJT/multi_parler_tts/reformatted': {
|
678 |
-
'description': 'a ' + DEFAULT_VOICE_PROMPT, #description / voice prompt
|
679 |
-
'do_format': True, # Reformat description using Gemma 2b
|
680 |
-
},
|
681 |
'parler-tts/parler-tts-expresso': {
|
682 |
1: 'Elisabeth; Elisabeth\'s ' + DEFAULT_VOICE_PROMPT, #description / voice prompt
|
683 |
},
|
@@ -937,8 +933,11 @@ OVERRIDE_INPUTS = {
|
|
937 |
# minor mods to model from the same space
|
938 |
OVERRIDE_INPUTS['Steveeeeeeen/Zonos/hybrid'] = OVERRIDE_INPUTS['Steveeeeeeen/Zonos']
|
939 |
OVERRIDE_INPUTS['Steveeeeeeen/Zonos/hybrid']['model_choice'] = 'Zyphra/Zonos-v0.1-hybrid'
|
|
|
|
|
940 |
|
941 |
# Model name mapping, can include models that users cannot vote on
|
|
|
942 |
model_names = {
|
943 |
'styletts2': 'StyleTTS 2',
|
944 |
'tacotron': 'Tacotron',
|
@@ -964,6 +963,7 @@ model_names = {
|
|
964 |
'metavoice': 'MetaVoice-1B',
|
965 |
}
|
966 |
|
|
|
967 |
model_links = {
|
968 |
'ElevenLabs': 'https://elevenlabs.io/',
|
969 |
'Play.HT 2.0': 'https://play.ht/',
|
@@ -988,6 +988,7 @@ model_links = {
|
|
988 |
'Vokan TTS': 'https://huggingface.co/ShoukanLabs/Vokan',
|
989 |
}
|
990 |
|
|
|
991 |
closed_source = [
|
992 |
'ElevenLabs',
|
993 |
'Play.HT 2.0',
|
|
|
51 |
# 'parler-tts/parler-tts-expresso': 'parler-tts/parler-tts-expresso', # 4.29 4.32 4.36.1 4.42.0
|
52 |
# Parler Mini Multi v1.1
|
53 |
'PHBJT/multi_parler_tts': 'PHBJT/multi_parler_tts',
|
54 |
+
# 'PHBJT/multi_parler_tts/reformatted': 'PHBJT/multi_parler_tts', # reformatted description using Gemma 2b
|
55 |
|
56 |
# # Microsoft Edge TTS
|
57 |
# 'innoai/Edge-TTS-Text-to-Speech': 'innoai/Edge-TTS-Text-to-Speech', # API disabled
|
|
|
86 |
# llasa 1b TTS
|
87 |
# 'HKUST-Audio/Llasa-1B-finetuned-for-two-speakers': 'HKUST-Audio/Llasa-1B-finetuned-for-two-speakers',
|
88 |
# llasa 3b TTS
|
89 |
+
# 'srinivasbilla/llasa-3b-tts': 'srinivasbilla/llasa-3b-tts', # ZeroGPU Pro account expired
|
90 |
# llasa 8b TTS
|
91 |
# 'srinivasbilla/llasa-8b-tts': 'srinivasbilla/llasa-8b-tts', # ZeroGPU Pro account expired
|
92 |
|
|
|
94 |
# 'CAMB-AI/mars5_space': 'CAMB-AI/mars5_space', # slow inference; Unstable
|
95 |
|
96 |
# Mars6
|
97 |
+
# 'CAMB-AI/mars6-turbo-demo': 'CAMB-AI/mars6-turbo-demo',
|
98 |
|
99 |
# Zonos
|
100 |
# 'Steveeeeeeen/Zonos': 'Steveeeeeeen/Zonos',
|
|
|
674 |
'description': 'a ' + DEFAULT_VOICE_PROMPT, #description / voice prompt
|
675 |
'do_format': False, # Reformat description using Gemma 2b
|
676 |
},
|
|
|
|
|
|
|
|
|
677 |
'parler-tts/parler-tts-expresso': {
|
678 |
1: 'Elisabeth; Elisabeth\'s ' + DEFAULT_VOICE_PROMPT, #description / voice prompt
|
679 |
},
|
|
|
933 |
# minor mods to model from the same space
|
934 |
OVERRIDE_INPUTS['Steveeeeeeen/Zonos/hybrid'] = OVERRIDE_INPUTS['Steveeeeeeen/Zonos']
|
935 |
OVERRIDE_INPUTS['Steveeeeeeen/Zonos/hybrid']['model_choice'] = 'Zyphra/Zonos-v0.1-hybrid'
|
936 |
+
OVERRIDE_INPUTS['PHBJT/multi_parler_tts/reformatted'] = OVERRIDE_INPUTS['PHBJT/multi_parler_tts']
|
937 |
+
OVERRIDE_INPUTS['PHBJT/multi_parler_tts/reformatted']['do_format'] = True
|
938 |
|
939 |
# Model name mapping, can include models that users cannot vote on
|
940 |
+
#not updated
|
941 |
model_names = {
|
942 |
'styletts2': 'StyleTTS 2',
|
943 |
'tacotron': 'Tacotron',
|
|
|
963 |
'metavoice': 'MetaVoice-1B',
|
964 |
}
|
965 |
|
966 |
+
#not updated
|
967 |
model_links = {
|
968 |
'ElevenLabs': 'https://elevenlabs.io/',
|
969 |
'Play.HT 2.0': 'https://play.ht/',
|
|
|
988 |
'Vokan TTS': 'https://huggingface.co/ShoukanLabs/Vokan',
|
989 |
}
|
990 |
|
991 |
+
#not updated
|
992 |
closed_source = [
|
993 |
'ElevenLabs',
|
994 |
'Play.HT 2.0',
|