Spaces:
Running
Running
Yang Gu
commited on
Commit
·
64dad0c
1
Parent(s):
e499d98
Add category Computer Vision
Browse files
main.js
CHANGED
@@ -61,6 +61,17 @@ const pageCategories = [
|
|
61 |
},
|
62 |
},
|
63 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
{
|
65 |
title: 'Transformers.js',
|
66 |
description: 'Transformers.js',
|
@@ -85,17 +96,6 @@ const pageCategories = [
|
|
85 |
},
|
86 |
},
|
87 |
},
|
88 |
-
{
|
89 |
-
title: `TODO`,
|
90 |
-
description: `TODO`,
|
91 |
-
demos: {
|
92 |
-
gemma: {
|
93 |
-
name: 'Stable Diffusion Turbo',
|
94 |
-
description: `Stable Diffusion Turbo`,
|
95 |
-
filename: "demo/sd-turbo/index.html",
|
96 |
-
},
|
97 |
-
},
|
98 |
-
},
|
99 |
];
|
100 |
|
101 |
function _extends() {
|
|
|
61 |
},
|
62 |
},
|
63 |
},
|
64 |
+
{
|
65 |
+
title: `Computer Vision`,
|
66 |
+
description: `Computer Vision`,
|
67 |
+
demos: {
|
68 |
+
gemma: {
|
69 |
+
name: 'Stable Diffusion Turbo',
|
70 |
+
description: `Stable Diffusion Turbo`,
|
71 |
+
filename: "demo/sd-turbo/index.html",
|
72 |
+
},
|
73 |
+
},
|
74 |
+
},
|
75 |
{
|
76 |
title: 'Transformers.js',
|
77 |
description: 'Transformers.js',
|
|
|
96 |
},
|
97 |
},
|
98 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
];
|
100 |
|
101 |
function _extends() {
|