karimbenharrak commited on
Commit
1976d01
·
verified ·
1 Parent(s): 127301d

Update handler.py

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