diff --git a/snippets/markdown/image/tensorflowjs/javascript.md b/snippets/markdown/image/tensorflowjs/javascript.md index ad737bc..9f610e2 100644 --- a/snippets/markdown/image/tensorflowjs/javascript.md +++ b/snippets/markdown/image/tensorflowjs/javascript.md @@ -30,7 +30,7 @@ Learn more about how to use the code snippet on [github](https://github.com/goog // Convenience function to setup a webcam const flip = true; // whether to flip the webcam - webcam = new tmImage.Webcam(200, 200, flip); // width, height, flip + webcam = new tmImage.Webcam(1280, 720, flip); // width, height, flip await webcam.setup(); // request access to the webcam await webcam.play(); window.requestAnimationFrame(loop); @@ -60,4 +60,4 @@ Learn more about how to use the code snippet on [github](https://github.com/goog } } -``` \ No newline at end of file +```