openfree commited on
Commit
f51e426
·
verified ·
1 Parent(s): 2bcb47c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +20 -0
index.html CHANGED
@@ -118,7 +118,14 @@
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",
@@ -237,6 +244,13 @@
237
 
238
  // 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
239
  const customCategories = {
 
 
 
 
 
 
 
240
  "ginigen/VoiceClone-TTS": "Audio",
241
  "fantos/Panorama": "Image Gen",
242
  "ginigen/Multi-LoRAgen": "Image Gen",
@@ -358,6 +372,12 @@
358
  };
359
 
360
  const newProjects = [
 
 
 
 
 
 
361
  "fantos/Panorama",
362
  "ginigen/Multi-LoRAgen",
363
  "ginigen/canvas-studio",
 
118
  <script>
119
  // 1. 프로젝트 URL 목록: 프로젝트 이름 -> URL
120
  const projectList = {
121
+
122
+ "ginigen/Design": "https://huggingface.co/spaces/ginigen/Design",
123
+ "ginigen/Diagram": "https://huggingface.co/spaces/ginigen/Diagram",
124
+ "ginigen/Mockup": "https://huggingface.co/spaces/ginigen/Mockup",
125
+ "ginigen/Infographic": "https://huggingface.co/spaces/ginigen/Infographic",
126
+ "ginigen/Flowchart": "https://huggingface.co/spaces/ginigen/Flowchart",
127
 
128
+ "aiqcamp/FLUX-Vision": "https://huggingface.co/spaces/aiqcamp/FLUX-Vision",
129
  "ginigen/VoiceClone-TTS": "https://huggingface.co/spaces/ginigen/VoiceClone-TTS",
130
  "fantos/Panorama": "https://huggingface.co/spaces/fantos/Panorama",
131
  "ginigen/Multi-LoRAgen": "https://huggingface.co/spaces/ginigen/Multi-LoRAgen",
 
244
 
245
  // 2. 별도 객체: 프로젝트의 개별 카테고리 지정 (없으면 기본값 "Image Gen" 사용)
246
  const customCategories = {
247
+ "ginigen/Design": "Productivity",
248
+ "ginigen/Diagram": "Productivity",
249
+ "ginigen/Mockup": "Productivity",
250
+ "ginigen/Infographic": "Productivity",
251
+ "ginigen/Flowchart": "Productivity",
252
+
253
+ "aiqcamp/FLUX-Vision ": "Productivity",
254
  "ginigen/VoiceClone-TTS": "Audio",
255
  "fantos/Panorama": "Image Gen",
256
  "ginigen/Multi-LoRAgen": "Image Gen",
 
372
  };
373
 
374
  const newProjects = [
375
+ "ginigen/Design",
376
+ "ginigen/Diagram",
377
+ "ginigen/Mockup",
378
+ "ginigen/Infographic",
379
+ "ginigen/Flowchart",
380
+ "aiqcamp/FLUX-Vision",
381
  "fantos/Panorama",
382
  "ginigen/Multi-LoRAgen",
383
  "ginigen/canvas-studio",