Skip to content

Commit 9186c53

Browse files
committed
fixed readme
1 parent f14dbaa commit 9186c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ python main.py --cuda --stylePath images/style --outf images/samples --cuda
3838

3939
To add style to image with user control of mask, do
4040
```bash
41-
python run_with_masks.py --contentPath <path to content images> --stylePath <path to style images> --masksContentPath <path to mask img> --cuda
41+
python run_with_masks.py --masksContentPath <path to content image> --masksStylePath <path to style image directory> --masksResultPath <path to result generated with mask> --cuda
4242
```

0 commit comments

Comments
 (0)