Spaces:
Running
Running
Tobias Cornille
commited on
Commit
·
87de83c
1
Parent(s):
9fa49bb
Update index.js
Browse files
index.js
CHANGED
@@ -53,7 +53,7 @@ labels.addEventListener('blur', (e) => {
|
|
53 |
|
54 |
// Detect objects in the image
|
55 |
async function detect(img) {
|
56 |
-
console.warn(
|
57 |
imageContainer.innerHTML = '';
|
58 |
imageContainer.style.backgroundImage = `url(${img})`;
|
59 |
|
|
|
53 |
|
54 |
// Detect objects in the image
|
55 |
async function detect(img) {
|
56 |
+
console.warn(parsedLabels);
|
57 |
imageContainer.innerHTML = '';
|
58 |
imageContainer.style.backgroundImage = `url(${img})`;
|
59 |
|