Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -63,8 +63,8 @@ def infer(edit_images, prompt, seed=42, randomize_seed=False, width=1024, height
|
|
63 |
prompt=prompt,
|
64 |
image=image,
|
65 |
mask_image=mask,
|
66 |
-
height=
|
67 |
-
width=
|
68 |
guidance_scale=guidance_scale,
|
69 |
num_inference_steps=num_inference_steps,
|
70 |
generator=torch.Generator("cpu").manual_seed(seed)
|
|
|
63 |
prompt=prompt,
|
64 |
image=image,
|
65 |
mask_image=mask,
|
66 |
+
height=height,
|
67 |
+
width=width,
|
68 |
guidance_scale=guidance_scale,
|
69 |
num_inference_steps=num_inference_steps,
|
70 |
generator=torch.Generator("cpu").manual_seed(seed)
|