HirCoir commited on
Commit
1844369
1 Parent(s): 14858bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', ' ')]