pedrogengo commited on
Commit
013b4a6
1 Parent(s): 4b54fa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -63,8 +63,6 @@ def img_to_img(prompt, neg_prompt, img, strength, guidance, steps, width, height
63
  num_inference_steps = int(steps),
64
  strength = strength,
65
  guidance_scale = guidance,
66
- width = width,
67
- height = height,
68
  generator = generator)
69
 
70
  return result.images[0]
 
63
  num_inference_steps = int(steps),
64
  strength = strength,
65
  guidance_scale = guidance,
 
 
66
  generator = generator)
67
 
68
  return result.images[0]