From 9151650559e41ed8a409f8933bc6047e114d5e81 Mon Sep 17 00:00:00 2001 From: James Betker Date: Fri, 6 May 2022 09:06:20 -0600 Subject: [PATCH] temporarily disable redaction --- tortoise/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tortoise/api.py b/tortoise/api.py index 65c7d6e..2f987ad 100644 --- a/tortoise/api.py +++ b/tortoise/api.py @@ -165,7 +165,7 @@ class TextToSpeech: Main entry point into Tortoise. """ - def __init__(self, autoregressive_batch_size=16, models_dir='.models', enable_redaction=True): + def __init__(self, autoregressive_batch_size=16, models_dir='.models', enable_redaction=False): """ Constructor :param autoregressive_batch_size: Specifies how many samples to generate per batch. Lower this if you are seeing