Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -118,7 +118,7 @@
|
|
| 118 |
<script>
|
| 119 |
// 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
|
| 120 |
const projectList = {
|
| 121 |
-
|
| 122 |
"openfree/Datasets-Convertor": "https://huggingface.co/spaces/openfree/Datasets-Convertor",
|
| 123 |
"VIDraft/mouse-Visual-Chat": "https://huggingface.co/spaces/VIDraft/mouse-Visual-Chat",
|
| 124 |
"VIDraft/mouse-file-chat": "https://huggingface.co/spaces/VIDraft/mouse-file-chat",
|
|
@@ -256,6 +256,7 @@
|
|
| 256 |
|
| 257 |
// 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
|
| 258 |
const customCategories = {
|
|
|
|
| 259 |
"openfree/Datasets-Convertor": "Utility",
|
| 260 |
"VIDraft/mouse-Visual-Chat": "Productivity",
|
| 261 |
"VIDraft/mouse-file-chat": "Productivity",
|
|
@@ -474,6 +475,7 @@ const newProjects = [
|
|
| 474 |
];
|
| 475 |
|
| 476 |
const bestProjects = [
|
|
|
|
| 477 |
"VIDraft/mouse-Visual-Chat",
|
| 478 |
"VIDraft/mouse-file-chat",
|
| 479 |
"openfree/Datasets-Convertor",
|
|
|
|
| 118 |
<script>
|
| 119 |
// 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
|
| 120 |
const projectList = {
|
| 121 |
+
"ginipick/spaces-research-korea": "https://huggingface.co/spaces/ginipick/spaces-research-korea",
|
| 122 |
"openfree/Datasets-Convertor": "https://huggingface.co/spaces/openfree/Datasets-Convertor",
|
| 123 |
"VIDraft/mouse-Visual-Chat": "https://huggingface.co/spaces/VIDraft/mouse-Visual-Chat",
|
| 124 |
"VIDraft/mouse-file-chat": "https://huggingface.co/spaces/VIDraft/mouse-file-chat",
|
|
|
|
| 256 |
|
| 257 |
// 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
|
| 258 |
const customCategories = {
|
| 259 |
+
"ginipick/spaces-research-korea": "Productivity",
|
| 260 |
"openfree/Datasets-Convertor": "Utility",
|
| 261 |
"VIDraft/mouse-Visual-Chat": "Productivity",
|
| 262 |
"VIDraft/mouse-file-chat": "Productivity",
|
|
|
|
| 475 |
];
|
| 476 |
|
| 477 |
const bestProjects = [
|
| 478 |
+
"ginipick/spaces-research-korea",
|
| 479 |
"VIDraft/mouse-Visual-Chat",
|
| 480 |
"VIDraft/mouse-file-chat",
|
| 481 |
"openfree/Datasets-Convertor",
|