KaburaJ commited on
Commit
0a2e4df
·
1 Parent(s): d267ad8

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, new_shape=(256, 256))
61
  image= np.resize((256,256))
62
  image = np.array(image)
63
  np.save('images.npy', image)