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 +```