tweak uwu mutator settings
This commit is contained in:
parent
e000f05df2
commit
e7fb2dce03
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user