Files
bornetime/.env.template
T
oval 6851b26923 Initial commit: Børnetime app scaffold
FastAPI + Celery + Svelte app for English→Danish video translation
with voice cloning. Includes diarization, STT, translation, TTS,
and audio mixing pipeline.
2026-07-10 22:42:23 +02:00

10 lines
342 B
Bash

HF_TOKEN=hf_your_huggingface_token_here
# Models will be auto-downloaded on first run.
# For TranslateGemma GGUF, place the file at:
# ./models/translategemma-12b-q8_0.gguf
# Or set TRANSLATE_MODEL_PATH to the actual path.
#
# GPU selection:
# CUDA_VISIBLE_DEVICES=0 -> worker uses GPU 0
# ROCR_VISIBLE_DEVICES=1 -> SGLang TTS uses GPU 1