Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ warnings.simplefilter("ignore", UserWarning)
|
|
7 |
|
8 |
model_path = "ThirdEyeData/Retail-Anomaly"
|
9 |
|
10 |
-
MODEL = pickle.load(open(
|
11 |
|
12 |
st.title("Retail Anomaly")
|
13 |
st.write(""" An anomaly (also known as an outlier) is when something happens that is outside of the norm, when it stands out or deviates from what is expected.
|
|
|
7 |
|
8 |
model_path = "ThirdEyeData/Retail-Anomaly"
|
9 |
|
10 |
+
MODEL = pickle.load(open(model_path,'rb'))
|
11 |
|
12 |
st.title("Retail Anomaly")
|
13 |
st.write(""" An anomaly (also known as an outlier) is when something happens that is outside of the norm, when it stands out or deviates from what is expected.
|