| #from myrpunct import RestorePuncts | |
| def predict(input_text): | |
| #rpunct = RestorePuncts() | |
| #output_text = rpunct.punctuate(input_text) | |
| output_text = "Error: Module not available" | |
| print("Punctuation finished...") | |
| return output_text | |
| #from myrpunct import RestorePuncts | |
| def predict(input_text): | |
| #rpunct = RestorePuncts() | |
| #output_text = rpunct.punctuate(input_text) | |
| output_text = "Error: Module not available" | |
| print("Punctuation finished...") | |
| return output_text | |