Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ model = joblib.load(MODEL_PATH)
|
|
| 18 |
|
| 19 |
@superkart_api.get("/")
|
| 20 |
def home():
|
| 21 |
-
return "Welcome to the SuperKart Sales
|
| 22 |
|
| 23 |
|
| 24 |
@superkart_api.post("/v1/predict")
|
|
|
|
| 18 |
|
| 19 |
@superkart_api.get("/")
|
| 20 |
def home():
|
| 21 |
+
return "Welcome to the SuperKart Sales Predict API!"
|
| 22 |
|
| 23 |
|
| 24 |
@superkart_api.post("/v1/predict")
|