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