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

Rename app_robust.py to app.py

Browse files
Files changed (1) hide show
  1. 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 = "pszemraj/flan-t5-large-grammar-synthesis"
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(