Spaces:
Running
Running
Update objdetect.html
Browse files- objdetect.html +4 -0
objdetect.html
CHANGED
@@ -17,6 +17,10 @@
|
|
17 |
hf = new HfInference(token)
|
18 |
init()
|
19 |
})
|
|
|
|
|
|
|
|
|
20 |
document.addEventListener("DOMContentLoaded", async () => {
|
21 |
init();
|
22 |
})
|
|
|
17 |
hf = new HfInference(token)
|
18 |
init()
|
19 |
})
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
document.addEventListener("DOMContentLoaded", async () => {
|
25 |
init();
|
26 |
})
|