File size: 394 Bytes
27caffe | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Hugging Face — model downloads + Spaces LLM fallback
HF_TOKEN=
# Ollama (local LLM)
OLLAMA_MODEL=mindfull
# Set to 1 when SadTalker checkpoints are not present
DISABLE_VIDEO=0
# Override HF model repos (optional; defaults in scripts/download_models.py)
# HF_REPO_F5TTS=IamSamkk/police-bot-f5tts
# HF_REPO_SADTALKER=IamSamkk/sadtalker-checkpoints
# HF_REPO_GFPGAN=IamSamkk/gfpgan-weights
|