Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ddf7fe5

Browse files
committedMay 3, 2020
fixed blurring faces readme
1 parent c6a81da commit ddf7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎machine-learning/blur-faces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ To run this:
33
- `pip3 install -r requirements.txt`
44
- To blur faces of the image `father-and-daughter.jpg`:
55
```
6-
python blur_faces.py a-man-with-little-girl.jpg
6+
python blur_faces.py father-and-daughter.jpg
77
```
88
This should show the blurred image and save it of the name `image_blurred.jpg` in your current directory.
99

0 commit comments

Comments
 (0)
Please sign in to comment.