riverosS commited on
Commit
a631685
·
verified ·
1 Parent(s): 6b51b9a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Forecast API!"
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")