Linoy Tsaban commited on
Commit
da366cb
1 Parent(s): f948a49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks() as demo:
158
  warm_up,
159
  neg_guidance
160
  ],
161
- outputs=[ddpm_edited_image],
162
  )
163
 
164
 
 
158
  warm_up,
159
  neg_guidance
160
  ],
161
+ outputs=[ddpm_edited_image, sega_edited_image],
162
  )
163
 
164