casheu commited on
Commit
00952c6
1 Parent(s): 92136b5
Files changed (2) hide show
  1. pipeline.pkl +2 -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:656494e15a705d39ee63dac0a8b2b97a4486efaa9b8d2359181297e4538b8a91
3
- size 2101
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: