Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
# ----------------------------------
|