Spaces:
Sleeping
Sleeping
Syauqi Nabil Tasri commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import pickle
|
| 4 |
|
| 5 |
# Load the fitted model
|
| 6 |
-
model = pickle.load(open('model (
|
| 7 |
|
| 8 |
st.title('Almond Classification')
|
| 9 |
st.write('This web app classifies almonds based on your input features.')
|
|
|
|
| 3 |
import pickle
|
| 4 |
|
| 5 |
# Load the fitted model
|
| 6 |
+
model = pickle.load(open('model (10).pkl', 'rb'))
|
| 7 |
|
| 8 |
st.title('Almond Classification')
|
| 9 |
st.write('This web app classifies almonds based on your input features.')
|