Spaces:
Running
Running
Yang Gu
commited on
Commit
·
970eca4
1
Parent(s):
672e13e
Add more models
Browse files
main.js
CHANGED
|
@@ -96,8 +96,8 @@ const pageCategories = [
|
|
| 96 |
},
|
| 97 |
},
|
| 98 |
{
|
| 99 |
-
title: 'Transformers.js',
|
| 100 |
-
description: 'Transformers.js',
|
| 101 |
demos: {
|
| 102 |
benchmark: {
|
| 103 |
name: 'Benchmark',
|
|
@@ -111,12 +111,36 @@ const pageCategories = [
|
|
| 111 |
filename: "https://huggingface.co/spaces/Xenova/webgpu-depth-anything",
|
| 112 |
openInNewTab: true,
|
| 113 |
},
|
| 114 |
-
|
| 115 |
-
name: 'Remove Background',
|
| 116 |
-
description: `Background Removal by Transformers.js`,
|
| 117 |
filename: "https://huggingface.co/spaces/Xenova/remove-background-webgpu",
|
| 118 |
openInNewTab: true,
|
| 119 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
},
|
| 121 |
},
|
| 122 |
];
|
|
|
|
| 96 |
},
|
| 97 |
},
|
| 98 |
{
|
| 99 |
+
title: 'Transformers.js WebGPU',
|
| 100 |
+
description: 'Transformers.js WebGPU',
|
| 101 |
demos: {
|
| 102 |
benchmark: {
|
| 103 |
name: 'Benchmark',
|
|
|
|
| 111 |
filename: "https://huggingface.co/spaces/Xenova/webgpu-depth-anything",
|
| 112 |
openInNewTab: true,
|
| 113 |
},
|
| 114 |
+
removeImageBackground: {
|
| 115 |
+
name: 'Remove Image Background',
|
| 116 |
+
description: `Image Background Removal by Transformers.js`,
|
| 117 |
filename: "https://huggingface.co/spaces/Xenova/remove-background-webgpu",
|
| 118 |
openInNewTab: true,
|
| 119 |
},
|
| 120 |
+
removeVideoBackground: {
|
| 121 |
+
name: 'Remove Video Background',
|
| 122 |
+
description: `Video Background Removal by Transformers.js`,
|
| 123 |
+
filename: "https://huggingface.co/spaces/Xenova/webgpu-video-background-removal",
|
| 124 |
+
openInNewTab: true,
|
| 125 |
+
},
|
| 126 |
+
},
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
title: 'TVM WebGPU',
|
| 130 |
+
description: 'TVM WebGPU',
|
| 131 |
+
demos: {
|
| 132 |
+
sd: {
|
| 133 |
+
name: 'Web Stable Diffusion',
|
| 134 |
+
description: `Web Stable Diffusion`,
|
| 135 |
+
filename: "https://websd.mlc.ai/",
|
| 136 |
+
openInNewTab: true,
|
| 137 |
+
},
|
| 138 |
+
llm: {
|
| 139 |
+
name: 'Web LLM (Gemma/LLama/Mistral/Phi)',
|
| 140 |
+
description: `Web LLM`,
|
| 141 |
+
filename: "https://webllm.mlc.ai/",
|
| 142 |
+
openInNewTab: true,
|
| 143 |
+
},
|
| 144 |
},
|
| 145 |
},
|
| 146 |
];
|