Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import requests
|
|
| 6 |
|
| 7 |
# ----------------- CONFIGURATION -----------------
|
| 8 |
# CRITICAL: REPLACE THIS PLACEHOLDER URL with your actual deployed Docker Space URL
|
| 9 |
-
API_URL = "https://aibtus-SuperKartSalesForecastingBackend/predict"
|
| 10 |
|
| 11 |
# Define static categorical options (MUST match preprocessing categories)
|
| 12 |
CATEGORIES = {
|
|
|
|
| 6 |
|
| 7 |
# ----------------- CONFIGURATION -----------------
|
| 8 |
# CRITICAL: REPLACE THIS PLACEHOLDER URL with your actual deployed Docker Space URL
|
| 9 |
+
API_URL = "https://aibtus-SuperKartSalesForecastingBackend.hf.space/predict"
|
| 10 |
|
| 11 |
# Define static categorical options (MUST match preprocessing categories)
|
| 12 |
CATEGORIES = {
|