Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def main():
|
|
71 |
edited_image = pipe(
|
72 |
instruction, image=input_image,
|
73 |
guidance_scale=7.5, image_guidance_scale=1.5,
|
74 |
-
num_inference_steps=
|
75 |
).images[0]
|
76 |
instruction_ = instruction.lower()
|
77 |
|
|
|
71 |
edited_image = pipe(
|
72 |
instruction, image=input_image,
|
73 |
guidance_scale=7.5, image_guidance_scale=1.5,
|
74 |
+
num_inference_steps=100, generator=generator,
|
75 |
).images[0]
|
76 |
instruction_ = instruction.lower()
|
77 |
|