Wootang01 commited on
Commit
aeb8864
·
1 Parent(s): 8fb2743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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.subheader('For Punctuation and Upper Case restoration')
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",