HirCoir commited on
Commit
4beb109
1 Parent(s): 9bd30eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -15,6 +15,10 @@ file_folder = '/home/app/'
15
 
16
  # Models with specific character replacements
17
  models_replacements = {
 
 
 
 
18
  "Español México | Voz HirCoir": {
19
  "model_path": "es_MX-locutor-18488-epoch-high.onnx",
20
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
 
15
 
16
  # Models with specific character replacements
17
  models_replacements = {
18
+ "Español México | Sorah": {
19
+ "model_path": "es_MX-sorah.onnx",
20
+ "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
21
+ },
22
  "Español México | Voz HirCoir": {
23
  "model_path": "es_MX-locutor-18488-epoch-high.onnx",
24
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]