Spaces:
Running
Running
Update index.html
Browse files- index.html +26 -25
index.html
CHANGED
@@ -1,28 +1,29 @@
|
|
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 image classification</title>
|
8 |
<script type="module" crossorigin src="/assets/index-8bAK_Ga0.js"></script>
|
9 |
<link rel="stylesheet" crossorigin href="/assets/index-CfQ5qnGK.css">
|
10 |
-
</head>
|
11 |
-
|
12 |
-
<body>
|
13 |
-
<h1>
|
14 |
-
Real-time image classification (WebGPU)
|
15 |
-
</h1>
|
16 |
-
<h3>
|
17 |
-
Runs <a href="https://huggingface.co/onnx-community/mobilenetv4_conv_small.
|
18 |
-
<a href="https://github.com/xenova/transformers.js" target="_blank">π€ Transformers.js</a>
|
19 |
-
</h3>
|
20 |
-
<div id="container">
|
21 |
-
<video id="video" autoplay muted playsinline></video>
|
22 |
-
<div id="overlay"></div>
|
23 |
-
</div>
|
24 |
-
<label id="status">Loading model (8 MB)...</label>
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
28 |
</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 image classification</title>
|
8 |
<script type="module" crossorigin src="/assets/index-8bAK_Ga0.js"></script>
|
9 |
<link rel="stylesheet" crossorigin href="/assets/index-CfQ5qnGK.css">
|
10 |
+
</head>
|
11 |
+
|
12 |
+
<body>
|
13 |
+
<h1>
|
14 |
+
Real-time image classification (WebGPU)
|
15 |
+
</h1>
|
16 |
+
<h3>
|
17 |
+
Runs <a href="https://huggingface.co/onnx-community/mobilenetv4_conv_small.e2400_r224_in1k" target="_blank">MobileNetV4</a> locally in your browser w/
|
18 |
+
<a href="https://github.com/xenova/transformers.js" target="_blank">π€ Transformers.js</a>
|
19 |
+
</h3>
|
20 |
+
<div id="container">
|
21 |
+
<video id="video" autoplay muted playsinline></video>
|
22 |
+
<div id="overlay"></div>
|
23 |
+
</div>
|
24 |
+
<label id="status">Loading model (8 MB)...</label>
|
25 |
+
|
26 |
+
|
27 |
+
</body>
|
28 |
+
|
29 |
</html>
|