Parthebhan commited on
Commit
ed17d8c
·
verified ·
1 Parent(s): eec9898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import pickle
2
  import gradio as gr
3
 
4
  # Load the pickled model
5
- with open('./xgb_waze.pickle' , 'rb') as file:
6
  model = pickle.load(file)
7
 
8
  # Define the function for making predictions
 
2
  import gradio as gr
3
 
4
  # Load the pickled model
5
+ with open('./rf_cv_waze.pickle' , 'rb') as file:
6
  model = pickle.load(file)
7
 
8
  # Define the function for making predictions