dla9944 commited on
Commit
70c8246
1 Parent(s): ce68fcf

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 = "pszemraj/flan-t5-large-grammar-synthesist"
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(