Spaces:
Runtime error
Runtime error
Rename app.py to app_fail.py
Browse files- app.py → app_fail.py +2 -0
app.py → app_fail.py
RENAMED
|
@@ -18,6 +18,8 @@ model = load_model()
|
|
| 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 |
st.subheader("Some examples: ")
|
| 22 |
example_1 = st.button("I am write on AI")
|
| 23 |
example_2 = st.button("This sentence has, bads grammar mistake!")
|
|
|
|
| 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: ")
|
| 24 |
example_1 = st.button("I am write on AI")
|
| 25 |
example_2 = st.button("This sentence has, bads grammar mistake!")
|