Spaces:
Runtime error
Runtime error
Rename app_robust.py to app.py
Browse files- app_robust.py → app.py +1 -1
app_robust.py → app.py
RENAMED
@@ -8,7 +8,7 @@ from transformers import pipeline
|
|
8 |
|
9 |
|
10 |
checker_model_name = "textattack/roberta-base-CoLA"
|
11 |
-
corrector_model_name = "
|
12 |
|
13 |
# pipelines
|
14 |
checker = pipeline(
|
|
|
8 |
|
9 |
|
10 |
checker_model_name = "textattack/roberta-base-CoLA"
|
11 |
+
corrector_model_name = "dla9944/text-to-text"
|
12 |
|
13 |
# pipelines
|
14 |
checker = pipeline(
|