Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -82,7 +82,7 @@ class EndpointHandler:
|
|
82 |
# Construct the data URI
|
83 |
data_uri = f"data:image/{image_format};base64,{jpg_as_text}"
|
84 |
|
85 |
-
return data_uri
|
86 |
print("checkpoint 4")
|
87 |
###########################################################################
|
88 |
return jpg_as_text
|
|
|
82 |
# Construct the data URI
|
83 |
data_uri = f"data:image/{image_format};base64,{jpg_as_text}"
|
84 |
|
85 |
+
# return data_uri
|
86 |
print("checkpoint 4")
|
87 |
###########################################################################
|
88 |
return jpg_as_text
|