Skip to content

Commit

Permalink
Support 2.13 cv model
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 18, 2024
1 parent a4ba310 commit 9825455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
// This specifies which tensorflow-lite version to use for the vision-plugin.
// tensorflowVersion = "2.4.0"
// tensorflowVersion = "2.14.0"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export interface Result {
uri?: string;
}

const supportedVersions = ['1.0', '2.3', '2.4' as const];
const supportedVersions = ['1.0', '2.3', '2.4', '2.13'];

function optionsAreValid(options: Options | OptionsForImage): boolean {
'worklet';
Expand Down

0 comments on commit 9825455

Please sign in to comment.