Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,7 @@ def diff_strings(output_text, input_text):
|
|
51 |
if __name__ == "__main__":
|
52 |
|
53 |
st.title('Punctuation and Capitalization Corrector -- BERT')
|
54 |
-
st.
|
55 |
-
st.markdown("Model restores the following punctuations -- [! ? . , - : ; ' ] and also the upper-casing of words.")
|
56 |
examples = [
|
57 |
"my name is clara and i live in berkeley california",
|
58 |
"in 2018 cornell researchers built a high-powered detector",
|
|
|
51 |
if __name__ == "__main__":
|
52 |
|
53 |
st.title('Punctuation and Capitalization Corrector -- BERT')
|
54 |
+
st.markdown("Choose an example or input your own text. The machine will attempt to correct the text's punctuation and capitalization.")
|
|
|
55 |
examples = [
|
56 |
"my name is clara and i live in berkeley california",
|
57 |
"in 2018 cornell researchers built a high-powered detector",
|