Mitsubachi commited on
Commit
9ae728d
1 Parent(s): 1844369

Update app.py

Browse files

I forgot to put a comma so that the Jarvis model interference works.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ models_replacements = {
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):
 
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):