nateraw commited on
Commit
b7139a4
1 Parent(s): 6d88203

Upload handler.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -44,4 +44,4 @@ class EndpointHandler:
44
  img_str = b64encode(buffered.getvalue())
45
 
46
  # postprocess the prediction
47
- return {"image": img_str.decode()}
 
44
  img_str = b64encode(buffered.getvalue())
45
 
46
  # postprocess the prediction
47
+ return {"image": img_str.decode()}