diff --git a/TTS/engine_wrapper.py b/TTS/engine_wrapper.py index 1dfe407..1cc59de 100644 --- a/TTS/engine_wrapper.py +++ b/TTS/engine_wrapper.py @@ -15,7 +15,7 @@ from utils.console import print_step, print_substep from utils.voice import sanitize_text DEFAULT_MAX_LENGTH: int = ( - 50 # Video length variable, edit this on your own risk. It should work, but it's not supported + 300 # Video length variable, edit this on your own risk. It should work, but it's not supported )