s1ri1337 commited on
Commit
a98740b
1 Parent(s): 1e9e95e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import tensorflow as tf
2
  from tensorflow.keras.preprocessing import image
3
  import matplotlib.pyplot as plt
4
  from keras.models import load_model
 
5
 
6
  def load_image(img, show=False):
7
  #img = img.reshape((-1, 224, 224, 3))
 
2
  from tensorflow.keras.preprocessing import image
3
  import matplotlib.pyplot as plt
4
  from keras.models import load_model
5
+ import numpy as np
6
 
7
  def load_image(img, show=False):
8
  #img = img.reshape((-1, 224, 224, 3))