Spaces:
Sleeping
Sleeping
Commit ·
af6986b
1
Parent(s): 54de379
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import base64
|
|
| 11 |
# Function to load the model and make predictions
|
| 12 |
def load_and_predict_model(forecast_days):
|
| 13 |
try:
|
| 14 |
-
saved_model_path = "Saved_Model_dir/2023-12-
|
| 15 |
|
| 16 |
# Call the function to load and predict
|
| 17 |
predictions_instance, dataframe_instance = Prediction(saved_model_path).model_prediction(
|
|
|
|
| 11 |
# Function to load the model and make predictions
|
| 12 |
def load_and_predict_model(forecast_days):
|
| 13 |
try:
|
| 14 |
+
saved_model_path = "Saved_Model_dir/2023-12-23_00_42_22/SARIMAX_FORCAST_MODEL.joblib"
|
| 15 |
|
| 16 |
# Call the function to load and predict
|
| 17 |
predictions_instance, dataframe_instance = Prediction(saved_model_path).model_prediction(
|