Upload .env.local
Browse files- app/frontend/.env.local +6 -0
app/frontend/.env.local
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Development (local backend)
|
| 2 |
+
VITE_API_BASE_URL=http://localhost:8000
|
| 3 |
+
|
| 4 |
+
# Production (HuggingFace Spaces backend)
|
| 5 |
+
# Uncomment after you have your HF Spaces URL
|
| 6 |
+
VITE_API_BASE_URL=https://mahmdshafee-emotion-detection-api.hf.space
|