From 9449c41f887e36bdf988096bb9c8ca7197810d9e Mon Sep 17 00:00:00 2001 From: lvqtrung <33535972+lvqtrung@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:26:33 +0700 Subject: [PATCH] Update javascript.md --- snippets/markdown/image/tensorflowjs/javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/markdown/image/tensorflowjs/javascript.md b/snippets/markdown/image/tensorflowjs/javascript.md index ad737bc0..e92710b3 100644 --- a/snippets/markdown/image/tensorflowjs/javascript.md +++ b/snippets/markdown/image/tensorflowjs/javascript.md @@ -12,7 +12,7 @@ Learn more about how to use the code snippet on [github](https://github.com/goog // https://github.com/googlecreativelab/teachablemachine-community/tree/master/libraries/image // the link to your model provided by Teachable Machine export panel - const URL = "{{URL}}"; + const URL = "https://teachablemachine.withgoogle.com/models/qWR1L1u_u/"; let model, webcam, labelContainer, maxPredictions; @@ -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 +```