Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -212,9 +212,9 @@ Stochastic Rectified Differential Equations*](https://rf-inversion.github.io/dat
|
|
212 |
|
213 |
gr.Examples(
|
214 |
examples=examples,
|
215 |
-
inputs=[input_image, prompt
|
216 |
outputs=[result, inverted_latents, image_latents, latent_image_ids, do_inversion, seed],
|
217 |
-
fn=
|
218 |
)
|
219 |
|
220 |
input_image.change(
|
|
|
212 |
|
213 |
gr.Examples(
|
214 |
examples=examples,
|
215 |
+
inputs=[input_image, prompt],
|
216 |
outputs=[result, inverted_latents, image_latents, latent_image_ids, do_inversion, seed],
|
217 |
+
fn=invert_and_edit,
|
218 |
)
|
219 |
|
220 |
input_image.change(
|