antoniomae1234 commited on
Commit
32501fe
1 Parent(s): 3bc33d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ models_replacements = {
28
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
29
  },
30
  "English US | Voice": {
31
- "model_path": "en_US-ljspeech-high.onnx",
32
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
33
  }
34
  }
 
28
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
29
  },
30
  "English US | Voice": {
31
+ "model_path": "pt-ljspeech-high.onnx",
32
  "replacements": [('(', ','), (')', ','), ('?', ','), ('¿', ','), (':', ','), ('\n', ' ')]
33
  }
34
  }