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",
|