julien-c HF staff commited on
Commit
6954049
1 Parent(s): 80609c6

one more try

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -51,7 +51,7 @@ class EndpointHandler:
51
  ).images
52
  image = images[0]
53
 
54
- return {"image": image}
55
 
56
 
57
  if __name__ == "__main__":
 
51
  ).images
52
  image = images[0]
53
 
54
+ return image
55
 
56
 
57
  if __name__ == "__main__":