hugoxue0809 commited on
Commit
0478a83
·
1 Parent(s): 19bbf90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ inputs = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(38,"fixed"), label
10
  outputs = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(1, "fixed"), label="Predictions", headers=["Failures"])]
11
 
12
  model = xgb.XGBClassifier()
13
- model.load("pdm_fail_20231206.json")
14
 
15
  # we will give our dataframe as example
16
  # df = datasets.load_dataset("merve/supersoaker-failures")
 
10
  outputs = [gr.Dataframe(row_count = (2, "dynamic"), col_count=(1, "fixed"), label="Predictions", headers=["Failures"])]
11
 
12
  model = xgb.XGBClassifier()
13
+ model.load_model("pdm_fail_20231206.json")
14
 
15
  # we will give our dataframe as example
16
  # df = datasets.load_dataset("merve/supersoaker-failures")