cleardusk commited on
Commit
ad03442
1 Parent(s): 31d59de

chore: update image path

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -173,6 +173,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
173
  [osp.join(example_portrait_dir, "s10.jpg")],
174
  [osp.join(example_portrait_dir, "s5.jpg")],
175
  [osp.join(example_portrait_dir, "s7.jpg")],
 
176
  ],
177
  inputs=[retargeting_input_image],
178
  cache_examples=False,
 
173
  [osp.join(example_portrait_dir, "s10.jpg")],
174
  [osp.join(example_portrait_dir, "s5.jpg")],
175
  [osp.join(example_portrait_dir, "s7.jpg")],
176
+ [osp.join(example_portrait_dir, "s12.jpg")],
177
  ],
178
  inputs=[retargeting_input_image],
179
  cache_examples=False,