wldmr commited on
Commit
b930264
·
1 Parent(s): baf9b77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def predict(input_text):
39
 
40
  # ignore the above mentioned line number restaration
41
  # instead return the punctuated text as a single string
42
- pcnt_file_cr = output_text
43
 
44
  regex1 = r"\bi\b"
45
  regex2 = r"(?<=[.?!;])\s*\w"
 
39
 
40
  # ignore the above mentioned line number restaration
41
  # instead return the punctuated text as a single string
42
+ #pcnt_file_cr = output_text
43
 
44
  regex1 = r"\bi\b"
45
  regex2 = r"(?<=[.?!;])\s*\w"