KaburaJ commited on
Commit
9358ae1
·
1 Parent(s): 8669566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def main():
100
 
101
  pred_button = st.button("Predict")
102
 
103
- load_model()
104
  # label = ['Zebra', 'Horse']
105
  # label = np.array(label).reshape(1, -1)
106
  # ohe= OneHotEncoder()
 
100
 
101
  pred_button = st.button("Predict")
102
 
103
+ model=load_model()
104
  # label = ['Zebra', 'Horse']
105
  # label = np.array(label).reshape(1, -1)
106
  # ohe= OneHotEncoder()