ilar06 commited on
Commit
5fd2c03
1 Parent(s): 83fabb4

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -5,7 +5,7 @@ const captureButton = document.getElementById('capture');
5
  let classifier;
6
 
7
  // Load the pre-trained model from Huggingface
8
- classifier = ml5.imageClassifier('https://teachablemachine.withgoogle.com/models/lcNO3nb0s/', modelReady);
9
 
10
  function modelReady() {
11
  console.log('Model Loaded!');
 
5
  let classifier;
6
 
7
  // Load the pre-trained model from Huggingface
8
+ classifier = ml5.imageClassifier('lcNO3nb0s', modelReady);
9
 
10
  function modelReady() {
11
  console.log('Model Loaded!');