Spaces:
Sleeping
Sleeping
File size: 479 Bytes
83ee618 | 1 2 3 4 5 6 7 8 9 10 11 12 | # ============================================================
# Gait Analysis API — Environment Variables
# ============================================================
# Copy this file to .env and fill in your values.
# .env is gitignored and must NEVER be committed.
# Optional: HuggingFace token (for private model downloads via huggingface_hub)
# HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxx
# Optional: Override the YOLO model filename used at startup
# MODEL_NAME=yolo11n-pose.pt
|