Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -84,7 +84,7 @@ class EndpointHandler():
|
|
84 |
|
85 |
result = {
|
86 |
"final_image": image2,
|
87 |
-
"pipe1_img": out,
|
88 |
"pipe1_img_resized": out.images[0].resize((1024, 1024)),
|
89 |
"pipe2_img": image
|
90 |
}
|
|
|
84 |
|
85 |
result = {
|
86 |
"final_image": image2,
|
87 |
+
"pipe1_img": out.images[0],
|
88 |
"pipe1_img_resized": out.images[0].resize((1024, 1024)),
|
89 |
"pipe2_img": image
|
90 |
}
|