Spaces:
Running
Running
Yang Gu
commited on
Commit
·
a8ddd77
1
Parent(s):
d0234c5
Polish names
Browse files- demos.js +5 -5
- gallery.html +1 -0
demos.js
CHANGED
|
@@ -22,7 +22,7 @@ const categoryDemos = [
|
|
| 22 |
openInNewTab: true,
|
| 23 |
},
|
| 24 |
'tjs-musicGen': {
|
| 25 |
-
name: 'Text to
|
| 26 |
description: `Text to music by Transformers.js`,
|
| 27 |
filename: "https://huggingface.co/spaces/Xenova/musicgen-web",
|
| 28 |
openInNewTab: true,
|
|
@@ -46,7 +46,7 @@ const categoryDemos = [
|
|
| 46 |
openInNewTab: true,
|
| 47 |
},
|
| 48 |
'tjs-yolo': {
|
| 49 |
-
name: 'Realtime
|
| 50 |
description: `Realtime video object detection by Transformers.js`,
|
| 51 |
filename: "https://huggingface.co/spaces/Xenova/video-object-detection",
|
| 52 |
openInNewTab: true,
|
|
@@ -58,7 +58,7 @@ const categoryDemos = [
|
|
| 58 |
description: `ONNX Runtime`,
|
| 59 |
demos: {
|
| 60 |
'ort-phi3': {
|
| 61 |
-
name: '
|
| 62 |
description: `phi3 from Microsoft`,
|
| 63 |
filename: "ort-phi3",
|
| 64 |
},
|
|
@@ -78,7 +78,7 @@ const categoryDemos = [
|
|
| 78 |
filename: "ort-tinyllama",
|
| 79 |
},
|
| 80 |
'ort-yolo': {
|
| 81 |
-
name: '
|
| 82 |
description: `Yolo V9 from https://github.com/guschmue/ort-webgpu/tree/master/yolov9`,
|
| 83 |
filename: "ort-yolo",
|
| 84 |
},
|
|
@@ -118,7 +118,7 @@ const categoryDemos = [
|
|
| 118 |
description: `Developer Only`,
|
| 119 |
demos: {
|
| 120 |
'dev-ort-phi3': {
|
| 121 |
-
name: '
|
| 122 |
description: `phi3 from Microsoft`,
|
| 123 |
filename: "dev-ort-phi3",
|
| 124 |
},
|
|
|
|
| 22 |
openInNewTab: true,
|
| 23 |
},
|
| 24 |
'tjs-musicGen': {
|
| 25 |
+
name: 'Text to Music (WASM)',
|
| 26 |
description: `Text to music by Transformers.js`,
|
| 27 |
filename: "https://huggingface.co/spaces/Xenova/musicgen-web",
|
| 28 |
openInNewTab: true,
|
|
|
|
| 46 |
openInNewTab: true,
|
| 47 |
},
|
| 48 |
'tjs-yolo': {
|
| 49 |
+
name: 'Realtime Video Object Detection',
|
| 50 |
description: `Realtime video object detection by Transformers.js`,
|
| 51 |
filename: "https://huggingface.co/spaces/Xenova/video-object-detection",
|
| 52 |
openInNewTab: true,
|
|
|
|
| 58 |
description: `ONNX Runtime`,
|
| 59 |
demos: {
|
| 60 |
'ort-phi3': {
|
| 61 |
+
name: 'Phi3',
|
| 62 |
description: `phi3 from Microsoft`,
|
| 63 |
filename: "ort-phi3",
|
| 64 |
},
|
|
|
|
| 78 |
filename: "ort-tinyllama",
|
| 79 |
},
|
| 80 |
'ort-yolo': {
|
| 81 |
+
name: 'Realtime Video Object Detection',
|
| 82 |
description: `Yolo V9 from https://github.com/guschmue/ort-webgpu/tree/master/yolov9`,
|
| 83 |
filename: "ort-yolo",
|
| 84 |
},
|
|
|
|
| 118 |
description: `Developer Only`,
|
| 119 |
demos: {
|
| 120 |
'dev-ort-phi3': {
|
| 121 |
+
name: 'Phi3',
|
| 122 |
description: `phi3 from Microsoft`,
|
| 123 |
filename: "dev-ort-phi3",
|
| 124 |
},
|
gallery.html
CHANGED
|
@@ -9,6 +9,7 @@
|
|
| 9 |
|
| 10 |
li {
|
| 11 |
padding-left: 30px;
|
|
|
|
| 12 |
display: inline-block;
|
| 13 |
margin-right: 10px;
|
| 14 |
/* add spacing between items */
|
|
|
|
| 9 |
|
| 10 |
li {
|
| 11 |
padding-left: 30px;
|
| 12 |
+
padding-bottom: 30px;
|
| 13 |
display: inline-block;
|
| 14 |
margin-right: 10px;
|
| 15 |
/* add spacing between items */
|