Omnibus commited on
Commit
0ded2b2
·
1 Parent(s): 0feedb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def resize(value,img):
28
  img = Image.open(requests.get(img, stream=True).raw)
29
  img.save("tmp_im.png")
30
  img = Image.open("tmp_im.png")
31
- #img = img.resize((value,value))
32
  return img
33
 
34
  def infer(source_img, prompt, negative_prompt, guide, steps, seed, Strength):
 
28
  img = Image.open(requests.get(img, stream=True).raw)
29
  img.save("tmp_im.png")
30
  img = Image.open("tmp_im.png")
31
+ img = img.resize((value,value))
32
  return img
33
 
34
  def infer(source_img, prompt, negative_prompt, guide, steps, seed, Strength):