Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
|
9 |
|
10 |
checker_model_name = "textattack/roberta-base-CoLA"
|
11 |
-
corrector_model_name = "pszemraj/flan-t5-large-grammar-
|
12 |
|
13 |
# pipelines
|
14 |
checker = pipeline(
|
|
|
8 |
|
9 |
|
10 |
checker_model_name = "textattack/roberta-base-CoLA"
|
11 |
+
corrector_model_name = "pszemraj/flan-t5-large-grammar-synthesis"
|
12 |
|
13 |
# pipelines
|
14 |
checker = pipeline(
|