Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ models_replacements = {
|
|
30 |
"English US | Voice": {
|
31 |
"model_path": "en_US-ljspeech-high.onnx",
|
32 |
"replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
|
33 |
-
}
|
34 |
"English US | Jarvis (Marvel Cinematic Universe)": {
|
35 |
"model_path": "en_us-jarvis_ucm-high.onnx",
|
36 |
"replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
|
|
|
30 |
"English US | Voice": {
|
31 |
"model_path": "en_US-ljspeech-high.onnx",
|
32 |
"replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
|
33 |
+
},
|
34 |
"English US | Jarvis (Marvel Cinematic Universe)": {
|
35 |
"model_path": "en_us-jarvis_ucm-high.onnx",
|
36 |
"replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
|