Created
October 6, 2021 15:54
-
-
Save snakers4/7f1ec45ad226eb77ac75b04c81e2fc9e to your computer and use it in GitHub Desktop.
Silero Text Enhancement Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
model, example_texts, languages, punct, apply_te = torch.hub.load(repo_or_dir='snakers4/silero-models', | |
model='silero_te') | |
input_text = input('Enter input text\n') | |
apply_te(input_text, lan='en') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment