sczhou commited on
Commit
e501cd0
·
1 Parent(s): 4d7b6e8

fix a mistake in README.

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 inference_inpainting.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 a image editing app, e.g., Photoshop
141
  # (check out the examples in inputs/masked_faces)
142
- python inference_colorization.py --input_path [image folder]|[image path]
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