Lokiiparihar commited on
Commit
6861993
·
verified ·
1 Parent(s): d4470ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ import requests
4
  # ----------------------------------
5
  # Backend API Configuration
6
  # ----------------------------------
7
- BACKEND_API_URL = "https://lokiiparihar-superkart-api-t.hf.space"
 
 
8
  PREDICT_ENDPOINT = f"{BACKEND_API_URL}/v1/sales"
9
 
10
  # ----------------------------------
 
4
  # ----------------------------------
5
  # Backend API Configuration
6
  # ----------------------------------
7
+ #BACKEND_API_URL = "https://lokiiparihar-superkart-api-t.hf.space"
8
+ BACKEND_API_URL = "https://vyasmax9-superkartbackend.hf.space"
9
+
10
  PREDICT_ENDPOINT = f"{BACKEND_API_URL}/v1/sales"
11
 
12
  # ----------------------------------