openfree commited on
Commit
2bcb47c
ยท
verified ยท
1 Parent(s): c923a13

Update index.html

Browse files
Files changed (1) hide show
  1. 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",