Tobias Cornille commited on
Commit
b95999a
·
1 Parent(s): aa4c83c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -10,7 +10,8 @@
10
  </head>
11
 
12
  <body>
13
- <h1>Object Detection w/ 🤗 Transformers.js</h1>
 
14
  <label id="container" for="upload">
15
  <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
16
  <path fill="#000"
@@ -21,7 +22,6 @@
21
  <label id="example">(or try example)</label>
22
  </label>
23
  <label id="status">Loading model...</label>
24
- <input id="labels" type="text">
25
  <input id="upload" type="file" accept="image/*" />
26
 
27
  <script src="index.js" type="module"></script>
 
10
  </head>
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"
 
22
  <label id="example">(or try example)</label>
23
  </label>
24
  <label id="status">Loading model...</label>
 
25
  <input id="upload" type="file" accept="image/*" />
26
 
27
  <script src="index.js" type="module"></script>