Spaces:
Runtime error
Runtime error
Commit
·
c3f5a45
1
Parent(s):
a7f703b
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ model = load_model()
|
|
| 17 |
|
| 18 |
#prompts
|
| 19 |
st.title("Writing Assistant for you ✍️")
|
| 20 |
-
st.markdown("This writing assistant detects and corrects grammatical mistakes for you! This assitant uses **T5-base model
|
| 21 |
image = Image.open('new_grammar.jpg')
|
| 22 |
st.image(image, caption='Image Credit: https://abrc.org.au/wp-content/uploads/2020/12/Grammar-checker.jpg')
|
| 23 |
st.subheader("Some examples: ")
|
|
|
|
| 17 |
|
| 18 |
#prompts
|
| 19 |
st.title("Writing Assistant for you ✍️")
|
| 20 |
+
st.markdown("This writing assistant detects and corrects grammatical mistakes for you! This assitant uses **T5-base model 🤖** fine-tuned on jfleg dataset.")
|
| 21 |
image = Image.open('new_grammar.jpg')
|
| 22 |
st.image(image, caption='Image Credit: https://abrc.org.au/wp-content/uploads/2020/12/Grammar-checker.jpg')
|
| 23 |
st.subheader("Some examples: ")
|