Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import numpy as np
|
|
10 |
import seaborn as sns
|
11 |
# Load the model
|
12 |
|
13 |
-
model = joblib.load('85pct(
|
14 |
|
15 |
# Define the categories
|
16 |
categories = {
|
|
|
10 |
import seaborn as sns
|
11 |
# Load the model
|
12 |
|
13 |
+
model = joblib.load('85pct(new).pkl')
|
14 |
|
15 |
# Define the categories
|
16 |
categories = {
|