Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|