Spaces:
Sleeping
Sleeping
| from main import humanize_text | |
| text = """ | |
| Hello my name is Aiken and I am currently working as a data scientist in company | |
| """ | |
| print(humanize_text(text)) |
| from main import humanize_text | |
| text = """ | |
| Hello my name is Aiken and I am currently working as a data scientist in company | |
| """ | |
| print(humanize_text(text)) |