nishantguvvada commited on
Commit
a90efc8
·
1 Parent(s): 2005163

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import cv2
4
  import numpy as np
5
  from PIL import Image, ImageOps
6
 
7
- @st.cache_resource(allow_output_mutation=True)
8
  def load_model():
9
  model=tf.keras.models.load_model('./hip_impant_model.h5')
10
  return model
 
4
  import numpy as np
5
  from PIL import Image, ImageOps
6
 
7
+ @st.cache_resource()
8
  def load_model():
9
  model=tf.keras.models.load_model('./hip_impant_model.h5')
10
  return model