oscarfu0501 commited on
Commit
e72b9ec
1 Parent(s): 4f802fd

Update handler.py

Browse files
Files changed (1) hide show
  1. 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