Update handler.py
Browse filesadd count back to output
- 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):
|