summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-20 12:47:05 -0600
committerGitHub <noreply@github.com>2016-10-20 12:47:05 -0600
commit181647f8ac55ed8ec2eb536ce09532e9519afdb8 (patch)
treec143503702377c6c3317fbe50535e0b1a0806f51
parentfcc00c57013a2bad33d9a0c00f42887d63fc2a2f (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9dabe63..fde6925 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,7 @@ bash stylize_image.sh <path_to_content_image> <path_to_style_image>
```
*Example*:
```
-bash stylize_image.sh ./image_input/lion.jpg ./styles/starry-night.jpg
+bash stylize_image.sh ./image_input/lion.jpg ./styles/kandinsky.jpg
```
*Note*: Supported image formats include: `.png`, `.jpg`, `.ppm`, `.pgm`
@@ -192,7 +192,7 @@ bash stylize_video.sh <path_to_video> <path_to_style_image>
```
*Example*:
```
-bash stylize_video.sh ./video_input/video.mp4 ./styles/starry-night.jpg
+bash stylize_video.sh ./video_input/video.mp4 ./styles/kandinsky.jpg
```
*Note*: Supported video formats include: `.mp4`, `.mov`, `.mkv`