Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ def invert_and_edit(image,
|
|
| 113 |
|
| 114 |
|
| 115 |
output = pipe(
|
| 116 |
-
[source_prompt, edit_prompt]
|
| 117 |
height=1024,
|
| 118 |
width=1024,
|
| 119 |
guidance_scale=[1] + [3] * (len(prompts) - 1),
|
|
|
|
| 113 |
|
| 114 |
|
| 115 |
output = pipe(
|
| 116 |
+
[source_prompt, edit_prompt],
|
| 117 |
height=1024,
|
| 118 |
width=1024,
|
| 119 |
guidance_scale=[1] + [3] * (len(prompts) - 1),
|