Spaces:
Runtime error
Runtime error
update grammar
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def get_parser():
|
|
| 149 |
"--gram-model",
|
| 150 |
required=False,
|
| 151 |
type=str,
|
| 152 |
-
default="
|
| 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 |
|