Prashanthsrn commited on
Commit
a12f7bc
·
verified ·
1 Parent(s): ef06464

Delete utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -7
utils.py DELETED
@@ -1,7 +0,0 @@
1
- from PIL import Image
2
- import io
3
-
4
- def load_image(image_file):
5
- """Load an image file and return a PIL Image object."""
6
- img = Image.open(image_file)
7
- return img.convert("RGB")