sowbaranika13 commited on
Commit
213f4f6
1 Parent(s): 9e4f4db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ def preprocess_image(image):
21
  img_array = img_to_array(img)
22
  img_array = np.expand_dims(img_array, axis=0)
23
  img_array = preprocess_input(img_array)
 
24
  return img_array, img
25
 
26
  def predict(img):
 
21
  img_array = img_to_array(img)
22
  img_array = np.expand_dims(img_array, axis=0)
23
  img_array = preprocess_input(img_array)
24
+ print(tf.__version__)
25
  return img_array, img
26
 
27
  def predict(img):