pszemraj commited on
Commit
52e2b32
1 Parent(s): 5d76928

update grammar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def get_parser():
149
  "--gram-model",
150
  required=False,
151
  type=str,
152
- default="prithivida/grammar_error_correcter_v1",
153
  help="text2text generation model ID from huggingface for the model to correct grammar",
154
  )
155
 
 
149
  "--gram-model",
150
  required=False,
151
  type=str,
152
+ default="pszemraj/t5-v1_1-base-ft-jflAUG",
153
  help="text2text generation model ID from huggingface for the model to correct grammar",
154
  )
155