yuragoithf commited on
Commit
bf43eb6
·
1 Parent(s): 92e65a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def predict_class(image):
46
  img = tf.image.resize(img, [input_shape[0], input_shape[1]])
47
  img = tf.expand_dims(img, axis=0)
48
  prediction = model.predict(img)
 
49
  return prediction
50
 
51
  # UI Design
 
46
  img = tf.image.resize(img, [input_shape[0], input_shape[1]])
47
  img = tf.expand_dims(img, axis=0)
48
  prediction = model.predict(img)
49
+ print(prediction)
50
  return prediction
51
 
52
  # UI Design