Update 4-Classification/4-Applied/CouisineMatcher.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/869/head
Lee Stott 2 months ago committed by GitHub
parent 15d4725f0d
commit f4522f67d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ async function startInference() {
alert('You can enjoy ' + results.label.data[0] + ' cuisine today!')
} catch (e) {
console.log(`failed to inference ONNX model`);
console.log(`failed to run inference on ONNX model`);
console.error(e);
}
}
Loading…
Cancel
Save