fvonhoven commited on
Commit
5f5b290
·
1 Parent(s): c8b2ad9

Update handler.py

Browse files

add count back to output

Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -123,7 +123,7 @@ class EndpointHandler():
123
 
124
 
125
  # return first generate PIL image
126
- return out.images[0]
127
 
128
  # helper to decode input image
129
  def decode_base64_image(self, image_string):
 
123
 
124
 
125
  # return first generate PIL image
126
+ return out.images[0, count]
127
 
128
  # helper to decode input image
129
  def decode_base64_image(self, image_string):