Commit ·
42dc0a2
1
Parent(s): 06a26f6
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,10 @@ python edit_cli.py --input [YOUR_IMG_PATH] --output imgs/output.jpg --edit "EDIT
|
|
| 34 |
# e.g. python edit_cli.py --input imgs/example.jpg --output imgs/output.jpg --edit "let him wear a black T-shirt" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
|
| 35 |
```
|
| 36 |
|
| 37 |
-
<div
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
### Run the interactive editing Gradio app:
|
| 40 |
|
|
|
|
| 34 |
# e.g. python edit_cli.py --input imgs/example.jpg --output imgs/output.jpg --edit "let him wear a black T-shirt" --ckpt checkpoints/MagicBrush-epoch-000168.ckpt
|
| 35 |
```
|
| 36 |
|
| 37 |
+
<div style="display: flex; justify-content: center;">
|
| 38 |
+
<img src="https://s2.loli.net/2023/06/22/BwOuzhFTXCSlZym.jpg" alt="Source Image" style="width:40%; margin-right: 50px;">
|
| 39 |
+
<img src="https://s2.loli.net/2023/06/22/Nl21EFPWg4UaOQx.jpg" alt="Target Image" style="width:40%;">
|
| 40 |
+
</div>
|
| 41 |
|
| 42 |
### Run the interactive editing Gradio app:
|
| 43 |
|