Spaces:
Sleeping
Sleeping
File size: 323 Bytes
01e655b 06967a5 9d9fe0d 3710ae9 9d9fe0d 01e655b d2b7e94 01e655b 0cb7b72 93059e5 00c033c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Server configuration
SERVER_NAME=
SERVER_PORT=
# Gradio interface options
SHARE=
DEBUG=
AUTH=
# Model inference options
HALF=True
OFF_TQDM=
DEBUG_GENERATE=True
PRELOAD_MODELS=True
# Text-to-Speech (TTS) configuration
TTS_MAX_LEN=2000
SSML_MAX_LEN=3000
MAX_BATCH_SIZE=12
V_GIT_TAG="🤗hf(0.6.2-rc)"
V_GIT_COMMIT=main
|