Spaces:
Running
Running
Commit
•
b8c4389
1
Parent(s):
45aa882
Update app.py (#1)
Browse files- Update app.py (5b34ae1c50d761fce3f096babad28dae2d760eca)
Co-authored-by: Honey Bee <[email protected]>
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):
|