Spaces:
Running
Running
Commit
·
59b8348
1
Parent(s):
2e1dcb0
Update utils.py
Browse files
utils.py
CHANGED
@@ -44,7 +44,6 @@ def preprocess(img_path_or_img):
|
|
44 |
|
45 |
img = img.resize((256, 256))
|
46 |
img_array = np.array(img)
|
47 |
-
img_array = np.expand_dims(img_array, axis=0)
|
48 |
return img_array
|
49 |
|
50 |
def model_arc():
|
|
|
44 |
|
45 |
img = img.resize((256, 256))
|
46 |
img_array = np.array(img)
|
|
|
47 |
return img_array
|
48 |
|
49 |
def model_arc():
|