Spaces:
Running
Running
Tobias Cornille
commited on
Commit
·
2d1ab2c
1
Parent(s):
500ed37
Update index.js
Browse files
index.js
CHANGED
@@ -44,6 +44,7 @@ async function detect(img) {
|
|
44 |
status.textContent = 'Analysing...';
|
45 |
const candidate_labels = ['human face', 'rocket', 'helmet', 'american flag'];
|
46 |
const output = await detector('https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/astronaut.png', candidate_labels);
|
|
|
47 |
status.textContent = '';
|
48 |
output.forEach(renderBox);
|
49 |
}
|
|
|
44 |
status.textContent = 'Analysing...';
|
45 |
const candidate_labels = ['human face', 'rocket', 'helmet', 'american flag'];
|
46 |
const output = await detector('https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/astronaut.png', candidate_labels);
|
47 |
+
console.error(output);
|
48 |
status.textContent = '';
|
49 |
output.forEach(renderBox);
|
50 |
}
|