Spaces:
Running
Running
amphion TTS disabled due to long wait times
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ AVAILABLE_MODELS = {
|
|
44 |
'coqui/xtts': '1#1',
|
45 |
'collabora/WhisperSpeech': '/whisper_speech_demo#0',
|
46 |
'myshell-ai/OpenVoice': '1#1',
|
47 |
-
# 'PolyAI/pheme': '/predict#0', #sleepy HF Space
|
48 |
'mrfakename/MetaVoice-1B-v0.1': '/tts#0',
|
49 |
|
50 |
# xVASynth (CPU)
|
@@ -53,10 +52,11 @@ AVAILABLE_MODELS = {
|
|
53 |
# CoquiTTS (CPU)
|
54 |
# 'coqui/CoquiTTS': '0#0',
|
55 |
|
56 |
-
'amphion/Text-to-Speech': '/predict#0',
|
57 |
'LeeSangHoon/HierSpeech_TTS': '/predict#0',
|
58 |
|
59 |
# TTS w issues
|
|
|
|
|
60 |
# 'suno/bark': '3#0', # Hallucinates
|
61 |
# 'shivammehta25/Matcha-TTS': '5#0', #seems to require multiple requests for setup
|
62 |
# 'styletts2/styletts2': '0#0', #API disabled
|
|
|
44 |
'coqui/xtts': '1#1',
|
45 |
'collabora/WhisperSpeech': '/whisper_speech_demo#0',
|
46 |
'myshell-ai/OpenVoice': '1#1',
|
|
|
47 |
'mrfakename/MetaVoice-1B-v0.1': '/tts#0',
|
48 |
|
49 |
# xVASynth (CPU)
|
|
|
52 |
# CoquiTTS (CPU)
|
53 |
# 'coqui/CoquiTTS': '0#0',
|
54 |
|
|
|
55 |
'LeeSangHoon/HierSpeech_TTS': '/predict#0',
|
56 |
|
57 |
# TTS w issues
|
58 |
+
# 'PolyAI/pheme': '/predict#0', #sleepy HF Space
|
59 |
+
# 'amphion/Text-to-Speech': '/predict#0', #takes a whole minute to synthesize
|
60 |
# 'suno/bark': '3#0', # Hallucinates
|
61 |
# 'shivammehta25/Matcha-TTS': '5#0', #seems to require multiple requests for setup
|
62 |
# 'styletts2/styletts2': '0#0', #API disabled
|