File size: 252 Bytes
01e655b 06967a5 01e655b 06967a5 01e655b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Server configuration
SERVER_NAME=
SERVER_PORT=
# Gradio interface options
SHARE=
DEBUG=
AUTH=
# Model inference options
HALF=True
OFF_TQDM=True
COMPILE=True
# Text-to-Speech (TTS) configuration
TTS_MAX_LEN=1000
SSML_MAX_LEN=3000
MAX_BATCH_SIZE=12
|