Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
@@ -85,7 +85,6 @@ class EndpointHandler():
|
|
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 |
}
|
91 |
|
|
|
85 |
result = {
|
86 |
"final_image": image2,
|
87 |
"pipe1_img": out.images[0],
|
|
|
88 |
"pipe2_img": image
|
89 |
}
|
90 |
|