Linoy Tsaban commited on
Commit
eca9079
1 Parent(s): c2e9d8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -65,6 +65,7 @@ def get_example():
65
  36,
66
  15,
67
  'Examples/gnochi_mirror_reconstrcution.png',
 
68
  ],]
69
  return case
70
 
@@ -212,9 +213,9 @@ with gr.Blocks() as demo:
212
  src_cfg_scale,
213
  skip,
214
  tar_cfg_scale,
215
- inverted_image,
216
  ],
217
- outputs=[inverted_image],
218
  # fn=edit,
219
  # cache_examples=True
220
  )
 
65
  36,
66
  15,
67
  'Examples/gnochi_mirror_reconstrcution.png',
68
+ 'Examples/gnochi_mirror_watercolor_painting.png',
69
  ],]
70
  return case
71
 
 
213
  src_cfg_scale,
214
  skip,
215
  tar_cfg_scale,
216
+ inverted_image, output_image
217
  ],
218
+ outputs=[inverted_image,output_image ],
219
  # fn=edit,
220
  # cache_examples=True
221
  )