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 b66d725 commit 2006adeCopy full SHA for 2006ade
examples/NeuralNetwork-color-classifier/sketch.js
@@ -73,7 +73,7 @@ function draw() {
73
}
74
75
// Step 9: define a function to handle the results of your classification
76
-function handleResults(error, results) {
+function handleResults(results, error) {
77
if (error) {
78
console.error(error);
79
return;
0 commit comments