busybearml commited on
Commit
c893f94
·
verified ·
1 Parent(s): d1342d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  h2o.init()
7
 
8
  # Load the saved H2O model
9
- saved_model_path = "saved_models/your_model_path" # Replace with your model path
10
  model = h2o.load_model(saved_model_path)
11
 
12
  # Define the prediction function
 
6
  h2o.init()
7
 
8
  # Load the saved H2O model
9
+ saved_model_path = "XGBoost_1_AutoML_1_20240917_65817" # Replace with your model path
10
  model = h2o.load_model(saved_model_path)
11
 
12
  # Define the prediction function