KaburaJ commited on
Commit
d267ad8
·
1 Parent(s): 8664f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def load_model():
57
 
58
 
59
  def image_transformation(image):
60
- image = Image._resize_dispatcher(image, (256, 256))
61
  image= np.resize((256,256))
62
  image = np.array(image)
63
  np.save('images.npy', image)
 
57
 
58
 
59
  def image_transformation(image):
60
+ #image = Image._resize_dispatcher(image, (256, 256))
61
  image= np.resize((256,256))
62
  image = np.array(image)
63
  np.save('images.npy', image)