Tobias Cornille commited on
Commit
73deef3
1 Parent(s): 019cba0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
 
12
  <body>
13
  <h1>Zero-shot object detection with transformers.js</h1>
14
- <form>
15
  <label for="labels">Enter your queries separated by commas</label>
16
  <input id="labels" type="text" placeholder="human face, rocket, helmet, american flag">
17
  </form>
 
11
 
12
  <body>
13
  <h1>Zero-shot object detection with transformers.js</h1>
14
+ <form id="form">
15
  <label for="labels">Enter your queries separated by commas</label>
16
  <input id="labels" type="text" placeholder="human face, rocket, helmet, american flag">
17
  </form>