Spaces:
Sleeping
Sleeping
Syauqi Nabil Tasri commited on
Upload app.py
Browse files
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)
|