Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulan committed Jun 13, 2024
1 parent 98f5955 commit b6ac198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/image-classification/src/frontend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function classify(event) {

try {
const blob = await resize(img);
let result;;
let result;
if (document.getElementById("replicated").checked) {
result = await backend.classify(new Uint8Array(blob));
} else {
Expand Down

0 comments on commit b6ac198

Please sign in to comment.