Spaces:
Running
Running
Update app.py
#1
by
Mitsubachi
- opened
app.py
CHANGED
@@ -31,6 +31,10 @@ models_replacements = {
|
|
31 |
"model_path": "en_US-ljspeech-high.onnx",
|
32 |
"replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
|
33 |
}
|
|
|
|
|
|
|
|
|
34 |
}
|
35 |
|
36 |
def filter_text(text):
|
|
|
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', ' ')]
|
37 |
+
}
|
38 |
}
|
39 |
|
40 |
def filter_text(text):
|