File size: 232 Bytes
282dc4a |
1 2 3 4 5 6 |
# Development (local backend)
VITE_API_BASE_URL=http://localhost:8000
# Production (HuggingFace Spaces backend)
# Uncomment after you have your HF Spaces URL
VITE_API_BASE_URL=https://mahmdshafee-emotion-detection-api.hf.space |