Parthebhan commited on
Commit
5ae31d0
·
verified ·
1 Parent(s): 64e4644

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('./RF with pipe.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.pickle', 'rb') as file:
6
  model = pickle.load(file)
7
 
8
  # Define the function for making predictions