ilar06 commited on
Commit
c69f9ca
1 Parent(s): bf32151

Update objdetect.html

Browse files
Files changed (1) hide show
  1. 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
  })