feishen29 commited on
Commit
a263fe3
1 Parent(s): c37e3b7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -317,6 +317,8 @@ with image_blocks as demo:
317
  garm_img = gr.Image(label="Garment", sources='upload', type="pil")
318
  example = gr.Examples(
319
  inputs=garm_img,
 
 
320
  examples_per_page=8,
321
  examples=garm_list_path)
322
 
 
317
  garm_img = gr.Image(label="Garment", sources='upload', type="pil")
318
  example = gr.Examples(
319
  inputs=garm_img,
320
+ fn=process_image,
321
+ outputs=garm_img,
322
  examples_per_page=8,
323
  examples=garm_list_path)
324