cipherunhsiv commited on
Commit
fcb4400
·
verified ·
1 Parent(s): a86506c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import pickle
3
  import gradio as gr
4
 
5
  # Load the saved pickle model
6
- with open('model8346.pkl', 'rb') as f:
7
  model = pickle.load(f)
8
 
9
  # Define action mapping
 
3
  import gradio as gr
4
 
5
  # Load the saved pickle model
6
+ with open('model-r.pkl', 'rb') as f:
7
  model = pickle.load(f)
8
 
9
  # Define action mapping