Tobias Cornille commited on
Commit
019cba0
·
1 Parent(s): 69943f1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -1
index.html CHANGED
@@ -11,7 +11,10 @@
11
 
12
  <body>
13
  <h1>Zero-shot object detection with transformers.js</h1>
14
- <input id="labels" type="text" placeholder="human face, rocket, helmet, american flag">
 
 
 
15
  <label id="container" for="upload">
16
  <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
17
  <path fill="#000"
 
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>
18
  <label id="container" for="upload">
19
  <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
20
  <path fill="#000"