Keshav-rejoice commited on
Commit
97fd9f5
·
verified ·
1 Parent(s): 7b15188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ class_labels = [
42
 
43
  @st.cache_resource
44
  def load_trained_model():
45
- return load_model('my_inceptionmodelwithoutaug8.h5')
46
 
47
  def compress_image(image_bytes, max_size_kb=500):
48
  img = Image.open(io.BytesIO(image_bytes))
 
42
 
43
  @st.cache_resource
44
  def load_trained_model():
45
+ return load_model('my_inceptionmodelwithoutaug8a.h5')
46
 
47
  def compress_image(image_bytes, max_size_kb=500):
48
  img = Image.open(io.BytesIO(image_bytes))