Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snippets/markdown/image/tensorflowjs/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -60,4 +60,4 @@ Learn more about how to use the code snippet on [github](https://github.com/goog
}
}
</script>
```
```