Spaces:
Sleeping
Sleeping
File size: 338 Bytes
5354624 | 1 2 3 4 5 6 7 8 9 10 11 | # Copy this file to .env and fill in your values
# Never commit your real .env to GitHub!
# Comma-separated list of API keys in format: key:label
# Example:
API_KEYS=your-secret-key-here:KisanSetuApp,another-key-456:ExternalUser
# Paths to model files (defaults to current directory)
MODEL_PATH=best_v6.keras
JSON_PATH=class_names.json
|