Linoy Tsaban commited on
Commit
406e2d8
1 Parent(s): 5eb5476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -277,9 +277,9 @@ with gr.Blocks() as demo:
277
  cfg_scale_tar,
278
  skip,
279
  cfg_scale_tar,
280
- inverted_image, output_image
281
  ],
282
- outputs=[inverted_image,output_image ],
283
  # fn=edit,
284
  # cache_examples=True
285
  )
 
277
  cfg_scale_tar,
278
  skip,
279
  cfg_scale_tar,
280
+ output_image
281
  ],
282
+ outputs=[output_image ],
283
  # fn=edit,
284
  # cache_examples=True
285
  )