Update TTS/engine_wrapper.py

pull/1671/head
Simon 2 years ago committed by GitHub
parent f7489cde0e
commit bb65d2f6cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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, edit this on your own risk. It should work, but it's not supported
class TTSEngine:

Loading…
Cancel
Save