Spaces:
Runtime error
Runtime error
chore: update image path
Browse files
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,
|