Pendrokar commited on
Commit
bc6dc80
·
1 Parent(s): 44c0011

TTS: disabled XTTS due to extra_headers error related to Gradio 5.13

Browse files
Files changed (1) hide show
  1. app/models.py +2 -3
app/models.py CHANGED
@@ -21,10 +21,9 @@ AVAILABLE_MODELS = {
21
  # 'Fish Speech v1.4': 'fish',
22
 
23
  # HF Gradio Spaces: # <works with gradio version #>
24
- # gravio version that works with most spaces: 4.29
25
- 'coqui/xtts': 'coqui/xtts', # 4.29 4.32
26
  # '<keyname>':'<Space URL>'
27
  # gradio version that works with most spaces: 4.29
 
28
  # 'collabora/WhisperSpeech': 'collabora/WhisperSpeech', # 4.32 4.36.1
29
  # 'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # 4.29
30
  # 'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # 4.29
@@ -221,7 +220,7 @@ HF_SPACES = {
221
  },
222
 
223
  # E2 TTS TODO: call switch model function
224
- 'mrfakename/E2-F5-TTS': {
225
  'name': 'E2 TTS',
226
  'function': '/basic_tts',
227
  'text_param_index': 'gen_text_input',
 
21
  # 'Fish Speech v1.4': 'fish',
22
 
23
  # HF Gradio Spaces: # <works with gradio version #>
 
 
24
  # '<keyname>':'<Space URL>'
25
  # gradio version that works with most spaces: 4.29
26
+ # 'coqui/xtts': 'coqui/xtts', # 4.29 4.32; extra_headers error appears for 5.13
27
  # 'collabora/WhisperSpeech': 'collabora/WhisperSpeech', # 4.32 4.36.1
28
  # 'myshell-ai/OpenVoice': 'myshell-ai/OpenVoice', # same devs as MeloTTS, which scores higher # 4.29
29
  # 'myshell-ai/OpenVoiceV2': 'myshell-ai/OpenVoiceV2', # same devs as MeloTTS, which scores higher # 4.29
 
220
  },
221
 
222
  # E2 TTS TODO: call switch model function
223
+ 'mrfakename/E2-F5-TTS/E2': {
224
  'name': 'E2 TTS',
225
  'function': '/basic_tts',
226
  'text_param_index': 'gen_text_input',