Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|