mahmdshafee commited on
Commit
282dc4a
·
verified ·
1 Parent(s): c500796

Upload .env.local

Browse files
Files changed (1) hide show
  1. 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