Spaces:
Running
Running
Mitsubachi
commited on
Commit
•
9ae728d
1
Parent(s):
1844369
Update app.py
Browse filesI forgot to put a comma so that the Jarvis model interference works.
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):
|