diff --git a/TTS/engine_wrapper.py b/TTS/engine_wrapper.py index f30330a..40ab02a 100644 --- a/TTS/engine_wrapper.py +++ b/TTS/engine_wrapper.py @@ -17,7 +17,7 @@ from utils import settings from utils.console import print_step, print_substep from utils.voice import sanitize_text -DEFAULT_MAX_LENGTH: int = 29 # video length variable +DEFAULT_MAX_LENGTH: int = 50 # video length variable class TTSEngine: diff --git a/examples/final_video.mp4 b/examples/final_video.mp4 deleted file mode 100644 index cd19420..0000000 Binary files a/examples/final_video.mp4 and /dev/null differ