We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4518cf7 commit e09a4a6Copy full SHA for e09a4a6
js/api-usage-tensor-image/index.html
@@ -65,7 +65,6 @@ <h3>Image from tensor (ImageData)</h3>
65
}
66
67
function main() {
68
- var img = document.getElementById("original-image");
69
document.getElementById("file-in").onchange = function (evt) {
70
let target = evt.target || window.event.src, files = target.files;
71
if (FileReader && files && files.length) {
0 commit comments