Spaces:
Runtime error
Runtime error
commit
Browse files- pipeline.pkl +2 -2
- prediction.py +1 -4
pipeline.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf37937de071998c3d9d4a2b98ed7c1afefaca2098b08c40836dd27e46f71298
|
3 |
+
size 1949
|
prediction.py
CHANGED
@@ -1,12 +1,9 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
import pandas as pd
|
3 |
import seaborn as sns
|
4 |
import matplotlib.pyplot as plt
|
5 |
-
import plotly.express as px
|
6 |
-
from PIL import Image
|
7 |
import numpy as np
|
8 |
-
import joblib
|
9 |
-
import json
|
10 |
|
11 |
# Load All Files
|
12 |
with open('model.pkl', 'rb') as file_1:
|
|
|
1 |
import streamlit as st
|
2 |
+
from PIL import Image
|
3 |
import pandas as pd
|
4 |
import seaborn as sns
|
5 |
import matplotlib.pyplot as plt
|
|
|
|
|
6 |
import numpy as np
|
|
|
|
|
7 |
|
8 |
# Load All Files
|
9 |
with open('model.pkl', 'rb') as file_1:
|