Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ def main():
|
|
| 82 |
edited_image = pipe(
|
| 83 |
instruction, image=input_image,
|
| 84 |
guidance_scale=text_cfg_scale, image_guidance_scale=image_cfg_scale,
|
| 85 |
-
num_inference_steps=
|
| 86 |
).images[0]
|
| 87 |
instruction_ = instruction.lower()
|
| 88 |
|
|
|
|
| 82 |
edited_image = pipe(
|
| 83 |
instruction, image=input_image,
|
| 84 |
guidance_scale=text_cfg_scale, image_guidance_scale=image_cfg_scale,
|
| 85 |
+
num_inference_steps=25, generator=generator,
|
| 86 |
).images[0]
|
| 87 |
instruction_ = instruction.lower()
|
| 88 |
|