KarthikaRajagopal commited on
Commit
8730edf
Β·
verified Β·
1 Parent(s): fec7d59

Delete utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -5
utils.py DELETED
@@ -1,5 +0,0 @@
1
- import base64
2
-
3
- def encode_image(image_path):
4
- with open(image_path, "rb") as image_file:
5
- return base64.b64encode(image_file.read()).decode('utf-8')