kcelia commited on
Commit
2f69603
1 Parent(s): 73a9ed8

chore: update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ if __name__ == "__main__":
307
  )
308
  # Load the model
309
  concrete_classifier = load(
310
- open("ConcreteRandomForestClassifier.pkl", "r", encoding="utf-8")
311
  )
312
 
313
  gr.Markdown("# Step 2: Generate the keys")
 
307
  )
308
  # Load the model
309
  concrete_classifier = load(
310
+ open("ConcreteXGBoostClassifier.pkl", "r", encoding="utf-8")
311
  )
312
 
313
  gr.Markdown("# Step 2: Generate the keys")