Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def invert_and_edit(image,
|
|
68 |
eta=eta,
|
69 |
).images[0]
|
70 |
|
71 |
-
return output, inverted_latents, image_latents, latent_image_ids, do_inversion, seed
|
72 |
|
73 |
# UI CSS
|
74 |
css = """
|
|
|
68 |
eta=eta,
|
69 |
).images[0]
|
70 |
|
71 |
+
return output, inverted_latents.cpu(), image_latents.cpu(), latent_image_ids.cpu(), do_inversion, seed
|
72 |
|
73 |
# UI CSS
|
74 |
css = """
|