ChatTTS-Forge / modules /webui /webui_config.py
zhzluke96
update
d2b7e94
raw
history blame contribute delete
No virus
227 Bytes
from typing import Literal
from modules.webui.localization_runtime import LocalizationVars
tts_max = 1000
ssml_max = 1000
spliter_threshold = 100
max_batch_size = 8
experimental = False
localization: LocalizationVars = None