DataWizard9742 commited on
Commit
e91229a
·
verified ·
1 Parent(s): 8cb8f17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import streamlit as st
5
  import sklearn
6
 
7
- model_file = "/model.pkl"
8
  try:
9
  with open(model_file,'rb') as file:
10
  model = pickle.load(file)
 
4
  import streamlit as st
5
  import sklearn
6
 
7
+ model_file = "model-3.pkl"
8
  try:
9
  with open(model_file,'rb') as file:
10
  model = pickle.load(file)