Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
| 4 |
import streamlit as st
|
| 5 |
import sklearn
|
| 6 |
|
| 7 |
-
model_file = "
|
| 8 |
try:
|
| 9 |
with open(model_file,'rb') as file:
|
| 10 |
model = pickle.load(file)
|
|
|
|
| 4 |
import streamlit as st
|
| 5 |
import sklearn
|
| 6 |
|
| 7 |
+
model_file = "model-3.pkl"
|
| 8 |
try:
|
| 9 |
with open(model_file,'rb') as file:
|
| 10 |
model = pickle.load(file)
|