Spaces:
Runtime error
Runtime error
fix a mistake in README.
Browse files
README.md
CHANGED
@@ -131,15 +131,15 @@ python inference_codeformer.py --bg_upsampler realesrgan --face_upsample -w 1.0
|
|
131 |
```
|
132 |
# For cropped and aligned faces (512x512)
|
133 |
# Colorize black and white or faded photo
|
134 |
-
python
|
135 |
```
|
136 |
|
137 |
🎨 Face Inpainting (cropped and aligned face)
|
138 |
```
|
139 |
# For cropped and aligned faces (512x512)
|
140 |
-
# Inputs could be masked by white brush using
|
141 |
# (check out the examples in inputs/masked_faces)
|
142 |
-
python
|
143 |
```
|
144 |
|
145 |
|
|
|
131 |
```
|
132 |
# For cropped and aligned faces (512x512)
|
133 |
# Colorize black and white or faded photo
|
134 |
+
python inference_colorization.py --input_path [image folder]|[image path]
|
135 |
```
|
136 |
|
137 |
🎨 Face Inpainting (cropped and aligned face)
|
138 |
```
|
139 |
# For cropped and aligned faces (512x512)
|
140 |
+
# Inputs could be masked by white brush using an image editing app (e.g., Photoshop)
|
141 |
# (check out the examples in inputs/masked_faces)
|
142 |
+
python inference_inpainting.py --input_path [image folder]|[image path]
|
143 |
```
|
144 |
|
145 |
|