dla9944 commited on
Commit
ce68fcf
·
1 Parent(s): 95d1cec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "dla9944/text-to-text"
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-synthesist"
12
 
13
  # pipelines
14
  checker = pipeline(