Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ with gr.Blocks(title="HizkuntzLagun: English Fixer (CPU enabled)") as demo:
|
|
| 78 |
> It’s designed to be fast and accessible — not perfect.
|
| 79 |
> Expect quick corrections, not deep grammar analysis.
|
| 80 |
> Drop in anytime — a quick fix a day keeps awkward grammar away.
|
| 81 |
-
"""
|
| 82 |
inp = gr.Textbox(lines=3, label="Input (English) E.g. She go tomorrow buy two bread.", placeholder="Type an English sentence to correct.")
|
| 83 |
choice = gr.Dropdown(choices=MODEL_OPTIONS, value="Helsinki-NLP", label="Method")
|
| 84 |
btn = gr.Button("Oxford grammar polish")
|
|
|
|
| 78 |
> It’s designed to be fast and accessible — not perfect.
|
| 79 |
> Expect quick corrections, not deep grammar analysis.
|
| 80 |
> Drop in anytime — a quick fix a day keeps awkward grammar away.
|
| 81 |
+
""")
|
| 82 |
inp = gr.Textbox(lines=3, label="Input (English) E.g. She go tomorrow buy two bread.", placeholder="Type an English sentence to correct.")
|
| 83 |
choice = gr.Dropdown(choices=MODEL_OPTIONS, value="Helsinki-NLP", label="Method")
|
| 84 |
btn = gr.Button("Oxford grammar polish")
|