Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,9 @@ from highlighter import show_highlights
|
|
10 |
checkpoints = [
|
11 |
"aseifert/t5-base-jfleg-wi",
|
12 |
"aseifert/byt5-base-jfleg-wi",
|
13 |
-
"
|
14 |
"Modfiededition/t5-base-fine-tuned-on-jfleg",
|
|
|
15 |
]
|
16 |
|
17 |
|
|
|
10 |
checkpoints = [
|
11 |
"aseifert/t5-base-jfleg-wi",
|
12 |
"aseifert/byt5-base-jfleg-wi",
|
13 |
+
"team-writing-assistant/t5-base-c4jfleg",
|
14 |
"Modfiededition/t5-base-fine-tuned-on-jfleg",
|
15 |
+
"prithivida/grammar_error_correcter_v2",
|
16 |
]
|
17 |
|
18 |
|