Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KarthikaRajagopal
/
Multimodal-Rag-App
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KarthikaRajagopal
commited on
Apr 28
Commit
8730edf
Β·
verified
Β·
1 Parent(s):
fec7d59
Delete utils.py
Browse files
Files changed (1)
hide
show
utils.py
+0
-5
utils.py
DELETED
Viewed
@@ -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')