forked from mrq/tortoise-tts
temporarily disable redaction
This commit is contained in:
parent
e18428166d
commit
9151650559
|
@ -165,7 +165,7 @@ class TextToSpeech:
|
||||||
Main entry point into Tortoise.
|
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
|
Constructor
|
||||||
:param autoregressive_batch_size: Specifies how many samples to generate per batch. Lower this if you are seeing
|
:param autoregressive_batch_size: Specifies how many samples to generate per batch. Lower this if you are seeing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user