Spaces:
Runtime error
Runtime error
pedrogengo
commited on
Commit
•
b6d0d34
1
Parent(s):
013b4a6
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def img_to_img(prompt, neg_prompt, img, strength, guidance, steps, width, height
|
|
59 |
result = pipe_i2i(
|
60 |
prompt,
|
61 |
negative_prompt = neg_prompt,
|
62 |
-
|
63 |
num_inference_steps = int(steps),
|
64 |
strength = strength,
|
65 |
guidance_scale = guidance,
|
|
|
59 |
result = pipe_i2i(
|
60 |
prompt,
|
61 |
negative_prompt = neg_prompt,
|
62 |
+
image = img,
|
63 |
num_inference_steps = int(steps),
|
64 |
strength = strength,
|
65 |
guidance_scale = guidance,
|