Spaces:
Sleeping
Sleeping
| from myrpunct import RestorePuncts | |
| def predict(input_text): | |
| rpunct = RestorePuncts() | |
| output_text = rpunct.punctuate(input_text) | |
| print("Punctuation finished...") | |
| return output_text | |