File size: 267 Bytes
a4d3de8 | 1 2 3 4 5 6 7 | # Copy this file to `.env` and fill in a real value.
# Generate one with: python -c "import secrets; print(secrets.token_hex(24))"
API_KEY=replace_this_with_a_real_generated_key
# Optional: override where the model file is loaded from
MODEL_PATH=models/Cattle.Keras
|