Spaces:
Sleeping
Sleeping
| # ============================================================ | |
| # 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 | |