Xenova HF Staff commited on
Commit
98c3c31
·
verified ·
1 Parent(s): f4fdf5b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +36 -35
index.html CHANGED
@@ -1,38 +1,39 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Transformers.js | Real-time background removal</title>
8
  <script type="module" crossorigin src="/assets/index-CN6ihHJN.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-CX2MTg_Z.css">
10
- </head>
11
-
12
- <body>
13
- <h1>
14
- Real-time background removal w/
15
- <a href="http://github.com/xenova/transformers.js" target="_blank">🤗 Transformers.js</a>
16
- </h1>
17
- <h4>
18
- Runs locally in your browser, powered by
19
- <a href="Xenova/modnet" target="_blank">MODNet</a>
20
- </h4>
21
- <div id="container">
22
- <video id="video" autoplay muted playsinline></video>
23
- <canvas id="canvas" width="360" height="240"></canvas>
24
- <canvas id="output-canvas" width="360" height="240"></canvas>
25
- </div>
26
- <div id="controls">
27
- <div>
28
- <label>Image size</label>
29
- (<label id="size-value">256</label>)
30
- <br>
31
- <input id="size" type="range" min="64" max="512" step="32" value="256" disabled>
32
- </div>
33
- </div>
34
- <label id="status"></label>
35
-
36
- </body>
37
-
 
38
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="UTF-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Transformers.js | Real-time background removal</title>
8
  <script type="module" crossorigin src="/assets/index-CN6ihHJN.js"></script>
9
  <link rel="stylesheet" crossorigin href="/assets/index-CX2MTg_Z.css">
10
+ </head>
11
+
12
+ <body>
13
+ <h1>
14
+ Real-time background removal w/
15
+ <a href="http://github.com/xenova/transformers.js" target="_blank">🤗 Transformers.js</a>
16
+ </h1>
17
+ <h4>
18
+ Runs locally in your browser, powered by
19
+ <a href="https://huggingface.co/Xenova/modnet" target="_blank">MODNet</a>
20
+ </h4>
21
+ <div id="container">
22
+ <video id="video" autoplay muted playsinline></video>
23
+ <canvas id="canvas" width="360" height="240"></canvas>
24
+ <canvas id="output-canvas" width="360" height="240"></canvas>
25
+ </div>
26
+ <div id="controls">
27
+ <div>
28
+ <label>Image size</label>
29
+ (<label id="size-value">256</label>)
30
+ <br>
31
+ <input id="size" type="range" min="64" max="512" step="32" value="256" disabled>
32
+ </div>
33
+ </div>
34
+ <label id="status"></label>
35
+
36
+
37
+ </body>
38
+
39
  </html>