Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
|
@@ -118,6 +118,8 @@
|
|
| 118 |
<script>
|
| 119 |
// 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
|
| 120 |
const projectList = {
|
|
|
|
|
|
|
| 121 |
"fantos/Panorama": "https://huggingface.co/spaces/fantos/Panorama",
|
| 122 |
"ginigen/Multi-LoRAgen": "https://huggingface.co/spaces/ginigen/Multi-LoRAgen",
|
| 123 |
"ginigen/canvas-studio": "https://huggingface.co/spaces/ginigen/canvas-studio",
|
|
@@ -235,6 +237,7 @@
|
|
| 235 |
|
| 236 |
// 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
|
| 237 |
const customCategories = {
|
|
|
|
| 238 |
"fantos/Panorama": "Image Gen",
|
| 239 |
"ginigen/Multi-LoRAgen": "Image Gen",
|
| 240 |
"ginigen/canvas-studio": "Image Edit",
|
|
@@ -420,6 +423,7 @@ const newProjects = [
|
|
| 420 |
];
|
| 421 |
|
| 422 |
const bestProjects = [
|
|
|
|
| 423 |
"openfree/VisionOCR-Chat",
|
| 424 |
"ginigen/3D-LLAMA",
|
| 425 |
"fantos/Ranking-Tracker",
|
|
|
|
| 118 |
<script>
|
| 119 |
// 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
|
| 120 |
const projectList = {
|
| 121 |
+
|
| 122 |
+
"ginigen/VoiceClone-TTS": "https://huggingface.co/spaces/ginigen/VoiceClone-TTS",
|
| 123 |
"fantos/Panorama": "https://huggingface.co/spaces/fantos/Panorama",
|
| 124 |
"ginigen/Multi-LoRAgen": "https://huggingface.co/spaces/ginigen/Multi-LoRAgen",
|
| 125 |
"ginigen/canvas-studio": "https://huggingface.co/spaces/ginigen/canvas-studio",
|
|
|
|
| 237 |
|
| 238 |
// 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
|
| 239 |
const customCategories = {
|
| 240 |
+
"ginigen/VoiceClone-TTS": "Audio",
|
| 241 |
"fantos/Panorama": "Image Gen",
|
| 242 |
"ginigen/Multi-LoRAgen": "Image Gen",
|
| 243 |
"ginigen/canvas-studio": "Image Edit",
|
|
|
|
| 423 |
];
|
| 424 |
|
| 425 |
const bestProjects = [
|
| 426 |
+
"ginigen/VoiceClone-TTS",
|
| 427 |
"openfree/VisionOCR-Chat",
|
| 428 |
"ginigen/3D-LLAMA",
|
| 429 |
"fantos/Ranking-Tracker",
|