xinjie.wang commited on
Commit
b535a39
·
1 Parent(s): db4e4b3
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -301,8 +301,8 @@ with gr.Blocks(
301
  outputs=generate_btn,
302
  ).success(
303
  preprocess_image_fn,
304
- inputs=[image_prompt],
305
- outputs=[image_prompt],
306
  )
307
 
308
  # image_prompt_sam.upload(
 
301
  outputs=generate_btn,
302
  ).success(
303
  preprocess_image_fn,
304
+ inputs=image_prompt,
305
+ outputs=image_prompt,
306
  )
307
 
308
  # image_prompt_sam.upload(