Fixing a typo

PiperOrigin-RevId: 337865514
Change-Id: I28f978ea67b42607c44cafe2736d2f015315d982
This commit is contained in:
Anirudh Sriram 2020-10-19 09:01:31 -07:00 committed by TensorFlower Gardener
parent b3695af15e
commit c8a93d69b2

View File

@ -24,7 +24,7 @@ started.
You can leverage the out-of-box API from TensorFlow Lite Task Library to You can leverage the out-of-box API from TensorFlow Lite Task Library to
[integrate image classification models](../../inference_with_metadata/task_library/image_classifier) [integrate image classification models](../../inference_with_metadata/task_library/image_classifier)
in just a few lines of code. You can also in just a few lines of code. You can also
[build your own custom inference pipleline](../../inference_with_metadata/lite_support) [build your own custom inference pipeline](../../inference_with_metadata/lite_support)
using the TensorFlow Lite Support Library. using the TensorFlow Lite Support Library.
The Android example below demonstrates the implementation for both methods as The Android example below demonstrates the implementation for both methods as