Update app.js
Browse files
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('
|
| 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!');
|