aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Andrew Harp <andrewharp@google.com>2017-02-28 13:11:58 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-28 13:39:38 -0800
commit00dae17b9d1fb1cff86eae2cf0a05f36f2443816 (patch)
treeb244af650443f6a02a757a5ae250f312a0cdba71
parent997368935ee6f8d595c7f2b08a6de43377a10085 (diff)
examples/android/README.md: lower example image width to allow them to properly display on the same row.
Change: 148806312
-rw-r--r--tensorflow/examples/android/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/examples/android/README.md b/tensorflow/examples/android/README.md
index 6507496895..3182b8f211 100644
--- a/tensorflow/examples/android/README.md
+++ b/tensorflow/examples/android/README.md
@@ -32,9 +32,9 @@ on API >= 14 devices.
(https://arxiv.org/abs/1610.07629) to restyle the camera preview image
to that of a number of different artists.
-<img src="sample_images/classify1.jpg" width="33%">
-<img src="sample_images/stylize1.jpg" width="33%">
-<img src="sample_images/detect1.jpg" width="33%">
+<img src="sample_images/classify1.jpg" width="30%">
+<img src="sample_images/stylize1.jpg" width="30%">
+<img src="sample_images/detect1.jpg" width="30%">
## Prebuilt APK: