Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
734da25
1
Parent(s):
2b4fe45
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks() as demo:
|
|
247 |
inputs=[input_image, src_prompt, tar_prompt, edit_concept, ddpm_edited_image, sega_edited_image],
|
248 |
outputs=[ddpm_edited_image, sega_edited_image],
|
249 |
fn=edit,
|
250 |
-
|
251 |
|
252 |
|
253 |
|
|
|
247 |
inputs=[input_image, src_prompt, tar_prompt, edit_concept, ddpm_edited_image, sega_edited_image],
|
248 |
outputs=[ddpm_edited_image, sega_edited_image],
|
249 |
fn=edit,
|
250 |
+
cache_examples=True)
|
251 |
|
252 |
|
253 |
|