pavlyhalim commited on
Commit
db89ec1
·
verified ·
1 Parent(s): 1d03764

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def main():
141
  st.write("This app predicts the readability level based on text characteristics.")
142
 
143
  # Load the model
144
- model_path = "/Users/pavly/Downloads/saved_models/stacked_classifier_20241124_213512.joblib"
145
  model = load_model(model_path)
146
 
147
  if model is None:
 
141
  st.write("This app predicts the readability level based on text characteristics.")
142
 
143
  # Load the model
144
+ model_path = "model.joblib"
145
  model = load_model(model_path)
146
 
147
  if model is None: