Mitsubachi commited on
Commit
5b34ae1
1 Parent(s): 45aa882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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):