Spaces:
Running
Running
Tobias Cornille
commited on
Commit
·
f79e0db
1
Parent(s):
54bbd6a
Update index.js
Browse files
index.js
CHANGED
@@ -52,6 +52,7 @@ labels.addEventListener('blur', (e) => {
|
|
52 |
|
53 |
form.addEventListener('submit', (e) => {
|
54 |
e.preventDefault();
|
|
|
55 |
if (img) {
|
56 |
status.textContent = 'Analysing...';
|
57 |
detect();
|
|
|
52 |
|
53 |
form.addEventListener('submit', (e) => {
|
54 |
e.preventDefault();
|
55 |
+
parsedLabels = labels.value.split(",");
|
56 |
if (img) {
|
57 |
status.textContent = 'Analysing...';
|
58 |
detect();
|