ChuckNorris
commited on
Commit
·
55cbcf8
1
Parent(s):
a804a8d
Initial commit
Browse files- src/tools.py +1 -1
src/tools.py
CHANGED
@@ -171,4 +171,4 @@ def get_image_by_sku(sku: str or int) -> np.array:
|
|
171 |
except:
|
172 |
with Image.open('data/service_images/' + 'no_img.jpg') as img:
|
173 |
res = np.array(img)
|
174 |
-
return res
|
|
|
171 |
except:
|
172 |
with Image.open('data/service_images/' + 'no_img.jpg') as img:
|
173 |
res = np.array(img)
|
174 |
+
return res
|