Sanchit7's picture
$(cat <<EOF
9e76be1
raw
history blame contribute delete
287 Bytes
# Hugging Face Spaces Environment Variables
# These should be set in HF Spaces Secrets, not committed to repo
SEC_EMAIL[email protected]
NEWS_API_KEY=your_key_here
# Model settings for HF Spaces (CPU)
DEVICE=cpu
BATCH_SIZE=8
# API settings
API_HOST=0.0.0.0
API_PORT=7860
LOG_LEVEL=INFO