Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def predict_superkart_sales():
|
|
| 54 |
#predicted_price = round(float(predicted_sales), 2)
|
| 55 |
|
| 56 |
# Return the actual price
|
| 57 |
-
return jsonify({'Predicted Sales
|
| 58 |
|
| 59 |
|
| 60 |
# Define an endpoint for batch prediction (POST request)
|
|
|
|
| 54 |
#predicted_price = round(float(predicted_sales), 2)
|
| 55 |
|
| 56 |
# Return the actual price
|
| 57 |
+
return jsonify({'Predicted Sales': predicted_sales})
|
| 58 |
|
| 59 |
|
| 60 |
# Define an endpoint for batch prediction (POST request)
|