Spaces:
Running
on
Zero
Running
on
Zero
File size: 291 Bytes
01e655b 06967a5 01e655b 0cb7b72 00c033c bf13828 |
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=True
# Text-to-Speech (TTS) configuration
TTS_MAX_LEN=1000
SSML_MAX_LEN=3000
MAX_BATCH_SIZE=12
V_GIT_TAG=🤗hf
V_GIT_COMMIT=main
LANGUAGE=zh-CN
|