diff --git a/src/mutators.py b/src/mutators.py index 58d8b17..a667eba 100644 --- a/src/mutators.py +++ b/src/mutators.py @@ -38,7 +38,7 @@ class Uwuify(TextMutator): """ def mutate(self, text: str, nsfw=False) -> str: - uwu = Uwuipy(None, 0.3, 0.3, 0.3, 1, nsfw, 2) + uwu = Uwuipy(None, 0.1, 0.05, 0.075, 1, nsfw, 2) return uwu.uwuify(text)