Skip to content

Commit

Permalink
[Tizen] Change service name
Browse files Browse the repository at this point in the history
This patch changes service name due to android update.

Signed-off-by: Yelin Jeong <[email protected]>
  • Loading branch information
niley7464 authored and wooksong committed Sep 19, 2024
1 parent 2d23071 commit 80d56e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tizen.web/ImageClassificationOffloading/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
gRemoteServices,
} from "./utils.js";

const serviceName = "MobileNet";
const serviceName = "mobilenet_v1_1.0_224_quant";
let fHandle = null;
let tensorsData = null;
let tensorsInfo = null;
Expand Down

0 comments on commit 80d56e5

Please sign in to comment.