Spaces:
Running
Running
Update index.html
Browse files- index.html +6 -2
index.html
CHANGED
@@ -119,6 +119,7 @@
|
|
119 |
// 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
|
120 |
const projectList = {
|
121 |
|
|
|
122 |
"VIDraft/mouse-Visual-Chat": "https://huggingface.co/spaces/VIDraft/mouse-Visual-Chat",
|
123 |
"VIDraft/mouse-file-chat": "https://huggingface.co/spaces/VIDraft/mouse-file-chat",
|
124 |
"openfree/Parquet-CSV-Convertor": "https://huggingface.co/spaces/openfree/Parquet-CSV-Convertor",
|
@@ -255,6 +256,7 @@
|
|
255 |
|
256 |
// 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
|
257 |
const customCategories = {
|
|
|
258 |
"VIDraft/mouse-Visual-Chat": "Productivity",
|
259 |
"VIDraft/mouse-file-chat": "Productivity",
|
260 |
"openfree/Parquet-CSV-Convertor": "Utility",
|
@@ -397,6 +399,8 @@ const newProjects = [
|
|
397 |
"ginigen/OmniParser-v2-pro",
|
398 |
"ginigen/Celebrity",
|
399 |
"ginigen/Fashion-Pose-Control",
|
|
|
|
|
400 |
"ginigen/zonos-longform",
|
401 |
"ginigen/Ovis2-8B",
|
402 |
"ginigen/Design",
|
@@ -472,9 +476,9 @@ const newProjects = [
|
|
472 |
const bestProjects = [
|
473 |
"VIDraft/mouse-Visual-Chat",
|
474 |
"VIDraft/mouse-file-chat",
|
|
|
475 |
"ginipick/live-detect-pose",
|
476 |
-
"ginigen/FLUX-Eternity",
|
477 |
-
"openfree/Parquet-CSV-Convertor",
|
478 |
"ginigen/Workflow-Canvas",
|
479 |
"ginigen/VoiceClone-TTS",
|
480 |
"openfree/VisionOCR-Chat",
|
|
|
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",
|
125 |
"openfree/Parquet-CSV-Convertor": "https://huggingface.co/spaces/openfree/Parquet-CSV-Convertor",
|
|
|
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",
|
262 |
"openfree/Parquet-CSV-Convertor": "Utility",
|
|
|
399 |
"ginigen/OmniParser-v2-pro",
|
400 |
"ginigen/Celebrity",
|
401 |
"ginigen/Fashion-Pose-Control",
|
402 |
+
|
403 |
+
"openfree/Parquet-CSV-Convertor",
|
404 |
"ginigen/zonos-longform",
|
405 |
"ginigen/Ovis2-8B",
|
406 |
"ginigen/Design",
|
|
|
476 |
const bestProjects = [
|
477 |
"VIDraft/mouse-Visual-Chat",
|
478 |
"VIDraft/mouse-file-chat",
|
479 |
+
"openfree/Datasets-Convertor",
|
480 |
"ginipick/live-detect-pose",
|
481 |
+
"ginigen/FLUX-Eternity",
|
|
|
482 |
"ginigen/Workflow-Canvas",
|
483 |
"ginigen/VoiceClone-TTS",
|
484 |
"openfree/VisionOCR-Chat",
|