Syauqi Nabil Tasri commited on
Commit
d550b84
·
verified ·
1 Parent(s): 361ea82

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  import pickle
4
 
5
- model = pickle.load(open('model.pkl', 'rb'))
6
 
7
  # Replace 'your_model_name' with the name you want for your model
8
  repo_url = create_repo(name='Almond Classification', private=False)
 
2
  import pandas as pd
3
  import pickle
4
 
5
+ model = pickle.load(open('C:\\dasprog well\\fp_ise\\model.pkl', 'rb'))
6
 
7
  # Replace 'your_model_name' with the name you want for your model
8
  repo_url = create_repo(name='Almond Classification', private=False)