vilarin commited on
Commit
36be57a
·
verified ·
1 Parent(s): 1170fef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -51,7 +51,6 @@ def inpaintGen(
51
  result = pipe(
52
  prompt=inpaint_prompt,
53
  image=source_img,
54
- seed=seed,
55
  mask_image=mask_img,
56
  width=width,
57
  height=height,
 
51
  result = pipe(
52
  prompt=inpaint_prompt,
53
  image=source_img,
 
54
  mask_image=mask_img,
55
  width=width,
56
  height=height,