karimbenharrak commited on
Commit
127301d
·
verified ·
1 Parent(s): 3f9c34e

Update handler.py

Browse files
Files changed (1) hide show
  1. 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
  }