Skip to content

Commit d640178

Browse files
authored
Update image_searcher.md
1 parent 7d5d69a commit d640178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow/lite/g3doc/inference_with_metadata/task_library/image_searcher.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ dependencies {
7171
// Other dependencies
7272

7373
// Import the Task Vision Library dependency (NNAPI is included)
74-
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.4.0'
74+
implementation 'org.tensorflow:tensorflow-lite-task-vision:0.4.4'
7575
// Import the GPU delegate plugin Library for GPU inference
76-
implementation 'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.0'
76+
implementation 'org.tensorflow:tensorflow-lite-gpu-delegate-plugin:0.4.4'
7777
}
7878
```
7979

0 commit comments

Comments
 (0)