Update backup
Browse files
    	
        backup
    CHANGED
    
    | @@ -90,6 +90,29 @@ | |
| 90 | 
             
                  color: black;
         | 
| 91 | 
             
                }
         | 
| 92 |  | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 93 | 
             
                .tag.text { background-color: #9c27b0; color: white; }
         | 
| 94 | 
             
                .tag.audio { background-color: #ff9800; color: white; }
         | 
| 95 | 
             
                .tag.vision { background-color: #03a9f4; color: white; }
         | 
| @@ -162,15 +185,7 @@ | |
| 162 | 
             
                  color: white;
         | 
| 163 | 
             
                }
         | 
| 164 |  | 
| 165 | 
            -
                 | 
| 166 | 
            -
                  width: 100%;
         | 
| 167 | 
            -
                  display: flex;
         | 
| 168 | 
            -
                  justify-content: center;
         | 
| 169 | 
            -
                  gap: 8px;
         | 
| 170 | 
            -
                  margin-top: 10px;
         | 
| 171 | 
            -
                  flex-wrap: wrap;
         | 
| 172 | 
            -
                }
         | 
| 173 | 
            -
             | 
| 174 | 
             
                .toggle-button[data-filter="best"] { background-color: #FFD700; color: black; }
         | 
| 175 | 
             
                .toggle-button[data-filter="new"] { background-color: #FF4081; color: white; }
         | 
| 176 | 
             
                .toggle-button[data-filter="popular"] { background-color: #ffa500; color: black; }
         | 
| @@ -185,6 +200,10 @@ | |
| 185 | 
             
                .toggle-button[data-filter="game"] { background-color: #4CAF50; color: white; }
         | 
| 186 | 
             
                .toggle-button[data-filter="education"] { background-color: #3F51B5; color: white; }
         | 
| 187 |  | 
|  | |
|  | |
|  | |
|  | |
| 188 | 
             
                .counter-container {
         | 
| 189 | 
             
                  text-align: center;
         | 
| 190 | 
             
                  padding: 15px;
         | 
| @@ -236,6 +255,9 @@ | |
| 236 | 
             
                  <button class="toggle-button" data-filter="predict">Predict</button>
         | 
| 237 | 
             
                  <button class="toggle-button" data-filter="game">Game</button>
         | 
| 238 | 
             
                  <button class="toggle-button" data-filter="education">Education</button>
         | 
|  | |
|  | |
|  | |
| 239 | 
             
                </div>
         | 
| 240 | 
             
              </div>
         | 
| 241 |  | 
| @@ -262,7 +284,7 @@ | |
| 262 | 
             
                  <div class="event">
         | 
| 263 | 
             
                    <h4>aiqcamp/diagram</h4>
         | 
| 264 | 
             
                    <p>FLUX DIAGRAM GENERATOR(<a href="https://huggingface.co/spaces/aiqcamp/diagram" target="_blank">link</a>).</p>
         | 
| 265 | 
            -
                    <span class="tag  | 
| 266 | 
             
                    <span class="tag best">BEST</span>
         | 
| 267 | 
             
                  </div>
         | 
| 268 |  | 
| @@ -401,7 +423,7 @@ | |
| 401 | 
             
                  <div class="event">
         | 
| 402 | 
             
                    <h4>aiqcamp/fash</h4>
         | 
| 403 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
         | 
| 404 | 
            -
                    <span class="tag  | 
| 405 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 406 |  | 
| 407 | 
             
                  </div>
         | 
| @@ -410,7 +432,7 @@ | |
| 410 | 
             
                  <div class="event">
         | 
| 411 | 
             
                    <h4>gunship999/Korea-Daily-News</h4>
         | 
| 412 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
         | 
| 413 | 
            -
                    <span class="tag  | 
| 414 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 415 |  | 
| 416 | 
             
                  </div>
         | 
| @@ -436,7 +458,7 @@ | |
| 436 | 
             
                  <div class="event">
         | 
| 437 | 
             
                    <h4>immunobiotech/ChicagoGallery</h4>
         | 
| 438 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
         | 
| 439 | 
            -
                    <span class="tag  | 
| 440 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 441 |  | 
| 442 | 
             
                  </div>
         | 
| @@ -445,7 +467,7 @@ | |
| 445 | 
             
                  <div class="event">
         | 
| 446 | 
             
                    <h4>immunobiotech/MetropolitanMuseum</h4>
         | 
| 447 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
         | 
| 448 | 
            -
                    <span class="tag  | 
| 449 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 450 |  | 
| 451 | 
             
                  </div>
         | 
| @@ -591,7 +613,7 @@ | |
| 591 | 
             
                  <div class="event">
         | 
| 592 | 
             
                    <h4>ginigen/CANVAS-o3</h4>
         | 
| 593 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/ginigen/CANVAS-o3" target="_blank">link</a>).</p>
         | 
| 594 | 
            -
                    <span class="tag  | 
| 595 | 
             
                    <span class="tag best">BEST</span>
         | 
| 596 | 
             
                  </div>
         | 
| 597 |  | 
| @@ -825,7 +847,7 @@ | |
| 825 | 
             
                  <div class="event">
         | 
| 826 | 
             
                    <h4>ginipick/ginimedi</h4>
         | 
| 827 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginimedi" target="_blank">link</a>).</p>
         | 
| 828 | 
            -
                    <span class="tag  | 
| 829 | 
             
                    <span class="tag best">BEST</span>
         | 
| 830 | 
             
                  </div>
         | 
| 831 |  | 
| @@ -833,7 +855,7 @@ | |
| 833 | 
             
                  <div class="event">
         | 
| 834 | 
             
                    <h4>ginipick/ginilaw</h4>
         | 
| 835 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginilaw" target="_blank">link</a>).</p>
         | 
| 836 | 
            -
                    <span class="tag  | 
| 837 | 
             
                    <span class="tag best">BEST</span>
         | 
| 838 | 
             
                  </div>
         | 
| 839 |  | 
| @@ -841,7 +863,7 @@ | |
| 841 | 
             
                  <div class="event">
         | 
| 842 | 
             
                    <h4>ginipick/ginipharm</h4>
         | 
| 843 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginipharm" target="_blank">link</a>).</p>
         | 
| 844 | 
            -
                    <span class="tag  | 
| 845 | 
             
                    <span class="tag best">BEST</span>
         | 
| 846 | 
             
                  </div>
         | 
| 847 |  | 
| @@ -849,7 +871,7 @@ | |
| 849 | 
             
                  <div class="event">
         | 
| 850 | 
             
                    <h4>ginipick/FitGen</h4>
         | 
| 851 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/ginipick/FitGen" target="_blank">link</a>).</p>
         | 
| 852 | 
            -
                    <span class="tag  | 
| 853 | 
             
                    <span class="tag best">BEST</span>
         | 
| 854 | 
             
                  </div>
         | 
| 855 |  | 
| @@ -866,7 +888,7 @@ | |
| 866 | 
             
                  <div class="event">
         | 
| 867 | 
             
                    <h4>fantaxy/Remove-Video-Background</h4>
         | 
| 868 | 
             
                    <p>Remove Video Background(<a href="https://huggingface.co/spaces/fantaxy/Remove-Video-Background" target="_blank">link</a>).</p>
         | 
| 869 | 
            -
                    <span class="tag  | 
| 870 | 
             
                    <span class="tag best">BEST</span>
         | 
| 871 | 
             
                  </div>
         | 
| 872 |  | 
| @@ -874,7 +896,7 @@ | |
| 874 | 
             
                  <div class="event">
         | 
| 875 | 
             
                    <h4>fantaxy/ofai-flx-logo</h4>
         | 
| 876 | 
             
                    <p>Flux Image Generation(<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
         | 
| 877 | 
            -
                    <span class="tag  | 
| 878 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 879 |  | 
| 880 | 
             
                  </div>
         | 
| @@ -892,7 +914,7 @@ | |
| 892 | 
             
                  <div class="event">
         | 
| 893 | 
             
                    <h4>fantaxy/flx-upscale</h4>
         | 
| 894 | 
             
                    <p>Flux Image Inpainting(<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
         | 
| 895 | 
            -
                    <span class="tag  | 
| 896 | 
             
                    <span class="tag best">BEST</span>
         | 
| 897 | 
             
                  </div>
         | 
| 898 |  | 
| @@ -900,7 +922,7 @@ | |
| 900 | 
             
                  <div class="event">
         | 
| 901 | 
             
                    <h4>aiqcamp/Fashion-FLUX</h4>
         | 
| 902 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/aiqcamp/Fashion-FLUX" target="_blank">link</a>).</p>
         | 
| 903 | 
            -
                    <span class="tag  | 
| 904 | 
             
                    <span class="tag best">BEST</span>
         | 
| 905 | 
             
                  </div>
         | 
| 906 |  | 
| @@ -908,7 +930,7 @@ | |
| 908 | 
             
                  <div class="event">
         | 
| 909 | 
             
                    <h4>ginipick/StyleGen</h4>
         | 
| 910 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/ginipick/StyleGen" target="_blank">link</a>).</p>
         | 
| 911 | 
            -
                    <span class="tag  | 
| 912 | 
             
                    <span class="tag best">BEST</span>
         | 
| 913 | 
             
                  </div>
         | 
| 914 |  | 
| @@ -949,7 +971,7 @@ | |
| 949 | 
             
                  <div class="event">
         | 
| 950 | 
             
                    <h4>ginipick/SORA-3D</h4>
         | 
| 951 | 
             
                    <p>Text/Image to 3D(<a href="https://huggingface.co/spaces/ginipick/SORA-3D" target="_blank">link</a>).</p>
         | 
| 952 | 
            -
                    <span class="tag  | 
| 953 | 
             
                    <span class="tag best">BEST</span>
         | 
| 954 | 
             
                  </div>
         | 
| 955 |  | 
| @@ -1001,7 +1023,7 @@ | |
| 1001 | 
             
                  <div class="event">
         | 
| 1002 | 
             
                    <h4>aiqcamp/FLUX-VisionReply</h4>
         | 
| 1003 | 
             
                    <p>Flux Image Inpainting(<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
         | 
| 1004 | 
            -
                    <span class="tag  | 
| 1005 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 1006 |  | 
| 1007 | 
             
                  </div>
         | 
| @@ -1027,7 +1049,7 @@ | |
| 1027 | 
             
                  <div class="event">
         | 
| 1028 | 
             
                    <h4>VIDraft/mouse1</h4>
         | 
| 1029 | 
             
                    <p>NLP Creative Coding & Web/App(<a href="https://huggingface.co/spaces/VIDraft/mouse1" target="_blank">link</a>).</p>
         | 
| 1030 | 
            -
                    <span class="tag  | 
| 1031 | 
             
                    <span class="tag best">BEST</span>
         | 
| 1032 | 
             
                  </div>
         | 
| 1033 |  | 
| @@ -1077,7 +1099,7 @@ | |
| 1077 | 
             
                  <div class="event">
         | 
| 1078 | 
             
                    <h4>VIDraft/mouse-chat</h4>
         | 
| 1079 | 
             
                    <p>Rich Chatbot(<a href="https://huggingface.co/spaces/VIDraft/mouse-chat" target="_blank">link</a>).</p>
         | 
| 1080 | 
            -
                    <span class="tag  | 
| 1081 | 
             
                    <span class="tag best">BEST</span>
         | 
| 1082 | 
             
                  </div>
         | 
| 1083 |  | 
| @@ -1316,6 +1338,7 @@ | |
| 1316 | 
             
              </div>
         | 
| 1317 |  | 
| 1318 |  | 
|  | |
| 1319 | 
             
              <script>
         | 
| 1320 | 
             
                function updateCounts() {
         | 
| 1321 | 
             
                  const bestCount = document.querySelectorAll('.tag.best').length;
         | 
|  | |
| 90 | 
             
                  color: black;
         | 
| 91 | 
             
                }
         | 
| 92 |  | 
| 93 | 
            +
                /* Existing tag styles */
         | 
| 94 | 
            +
                .tag.text { background-color: #9c27b0; color: white; }
         | 
| 95 | 
            +
                .tag.audio { background-color: #ff9800; color: white; }
         | 
| 96 | 
            +
                .tag.vision { background-color: #03a9f4; color: white; }
         | 
| 97 | 
            +
                .tag.multimodal { background-color: #795548; color: white; }
         | 
| 98 | 
            +
                .tag.video { background-color: #E91E63; color: white; }
         | 
| 99 | 
            +
                .tag.image { background-color: #00BCD4; color: white; }
         | 
| 100 | 
            +
                .tag.utility { background-color: #9E9E9E; color: white; }
         | 
| 101 | 
            +
                .tag.predict { background-color: #673AB7; color: white; }
         | 
| 102 | 
            +
                .tag.game { background-color: #4CAF50; color: white; }
         | 
| 103 | 
            +
                .tag.education { background-color: #3F51B5; color: white; }
         | 
| 104 | 
            +
                .tag.announcement { background-color: #607d8b; color: white; }
         | 
| 105 | 
            +
             | 
| 106 | 
            +
                /* New Productivity Tag Styles */
         | 
| 107 | 
            +
                .tag.productivity {
         | 
| 108 | 
            +
                  background-color: #009688; /* Teal color */
         | 
| 109 | 
            +
                  color: white;
         | 
| 110 | 
            +
                }
         | 
| 111 | 
            +
                .tag.Productivity { /* Ensure case-insensitive matching */
         | 
| 112 | 
            +
                  background-color: #009688; /* Teal color */
         | 
| 113 | 
            +
                  color: white;
         | 
| 114 | 
            +
                }
         | 
| 115 | 
            +
             | 
| 116 | 
             
                .tag.text { background-color: #9c27b0; color: white; }
         | 
| 117 | 
             
                .tag.audio { background-color: #ff9800; color: white; }
         | 
| 118 | 
             
                .tag.vision { background-color: #03a9f4; color: white; }
         | 
|  | |
| 185 | 
             
                  color: white;
         | 
| 186 | 
             
                }
         | 
| 187 |  | 
| 188 | 
            +
                /* Existing toggle button styles */
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 189 | 
             
                .toggle-button[data-filter="best"] { background-color: #FFD700; color: black; }
         | 
| 190 | 
             
                .toggle-button[data-filter="new"] { background-color: #FF4081; color: white; }
         | 
| 191 | 
             
                .toggle-button[data-filter="popular"] { background-color: #ffa500; color: black; }
         | 
|  | |
| 200 | 
             
                .toggle-button[data-filter="game"] { background-color: #4CAF50; color: white; }
         | 
| 201 | 
             
                .toggle-button[data-filter="education"] { background-color: #3F51B5; color: white; }
         | 
| 202 |  | 
| 203 | 
            +
                /* New Productivity Toggle Button Style */
         | 
| 204 | 
            +
                .toggle-button[data-filter="productivity"] { background-color: #009688; color: white; }
         | 
| 205 | 
            +
                .toggle-button[data-filter="productivity"].active { background-color: #00796b; border-color: #00796b; }
         | 
| 206 | 
            +
             | 
| 207 | 
             
                .counter-container {
         | 
| 208 | 
             
                  text-align: center;
         | 
| 209 | 
             
                  padding: 15px;
         | 
|  | |
| 255 | 
             
                  <button class="toggle-button" data-filter="predict">Predict</button>
         | 
| 256 | 
             
                  <button class="toggle-button" data-filter="game">Game</button>
         | 
| 257 | 
             
                  <button class="toggle-button" data-filter="education">Education</button>
         | 
| 258 | 
            +
                  
         | 
| 259 | 
            +
                  <!-- New Productivity Toggle Button -->
         | 
| 260 | 
            +
                  <button class="toggle-button" data-filter="productivity">Productivity</button>
         | 
| 261 | 
             
                </div>
         | 
| 262 | 
             
              </div>
         | 
| 263 |  | 
|  | |
| 284 | 
             
                  <div class="event">
         | 
| 285 | 
             
                    <h4>aiqcamp/diagram</h4>
         | 
| 286 | 
             
                    <p>FLUX DIAGRAM GENERATOR(<a href="https://huggingface.co/spaces/aiqcamp/diagram" target="_blank">link</a>).</p>
         | 
| 287 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 288 | 
             
                    <span class="tag best">BEST</span>
         | 
| 289 | 
             
                  </div>
         | 
| 290 |  | 
|  | |
| 423 | 
             
                  <div class="event">
         | 
| 424 | 
             
                    <h4>aiqcamp/fash</h4>
         | 
| 425 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/aiqcamp/fash" target="_blank">link</a>).</p>
         | 
| 426 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 427 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 428 |  | 
| 429 | 
             
                  </div>
         | 
|  | |
| 432 | 
             
                  <div class="event">
         | 
| 433 | 
             
                    <h4>gunship999/Korea-Daily-News</h4>
         | 
| 434 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/gunship999/Korea-Daily-News" target="_blank">link</a>).</p>
         | 
| 435 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 436 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 437 |  | 
| 438 | 
             
                  </div>
         | 
|  | |
| 458 | 
             
                  <div class="event">
         | 
| 459 | 
             
                    <h4>immunobiotech/ChicagoGallery</h4>
         | 
| 460 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/ChicagoGallery" target="_blank">link</a>).</p>
         | 
| 461 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 462 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 463 |  | 
| 464 | 
             
                  </div>
         | 
|  | |
| 467 | 
             
                  <div class="event">
         | 
| 468 | 
             
                    <h4>immunobiotech/MetropolitanMuseum</h4>
         | 
| 469 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/immunobiotech/MetropolitanMuseum" target="_blank">link</a>).</p>
         | 
| 470 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 471 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 472 |  | 
| 473 | 
             
                  </div>
         | 
|  | |
| 613 | 
             
                  <div class="event">
         | 
| 614 | 
             
                    <h4>ginigen/CANVAS-o3</h4>
         | 
| 615 | 
             
                    <p>Link (<a href="https://huggingface.co/spaces/ginigen/CANVAS-o3" target="_blank">link</a>).</p>
         | 
| 616 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 617 | 
             
                    <span class="tag best">BEST</span>
         | 
| 618 | 
             
                  </div>
         | 
| 619 |  | 
|  | |
| 847 | 
             
                  <div class="event">
         | 
| 848 | 
             
                    <h4>ginipick/ginimedi</h4>
         | 
| 849 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginimedi" target="_blank">link</a>).</p>
         | 
| 850 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 851 | 
             
                    <span class="tag best">BEST</span>
         | 
| 852 | 
             
                  </div>
         | 
| 853 |  | 
|  | |
| 855 | 
             
                  <div class="event">
         | 
| 856 | 
             
                    <h4>ginipick/ginilaw</h4>
         | 
| 857 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginilaw" target="_blank">link</a>).</p>
         | 
| 858 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 859 | 
             
                    <span class="tag best">BEST</span>
         | 
| 860 | 
             
                  </div>
         | 
| 861 |  | 
|  | |
| 863 | 
             
                  <div class="event">
         | 
| 864 | 
             
                    <h4>ginipick/ginipharm</h4>
         | 
| 865 | 
             
                    <p>RAG Chatbot(<a href="https://huggingface.co/spaces/ginipick/ginipharm" target="_blank">link</a>).</p>
         | 
| 866 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 867 | 
             
                    <span class="tag best">BEST</span>
         | 
| 868 | 
             
                  </div>
         | 
| 869 |  | 
|  | |
| 871 | 
             
                  <div class="event">
         | 
| 872 | 
             
                    <h4>ginipick/FitGen</h4>
         | 
| 873 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/ginipick/FitGen" target="_blank">link</a>).</p>
         | 
| 874 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 875 | 
             
                    <span class="tag best">BEST</span>
         | 
| 876 | 
             
                  </div>
         | 
| 877 |  | 
|  | |
| 888 | 
             
                  <div class="event">
         | 
| 889 | 
             
                    <h4>fantaxy/Remove-Video-Background</h4>
         | 
| 890 | 
             
                    <p>Remove Video Background(<a href="https://huggingface.co/spaces/fantaxy/Remove-Video-Background" target="_blank">link</a>).</p>
         | 
| 891 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 892 | 
             
                    <span class="tag best">BEST</span>
         | 
| 893 | 
             
                  </div>
         | 
| 894 |  | 
|  | |
| 896 | 
             
                  <div class="event">
         | 
| 897 | 
             
                    <h4>fantaxy/ofai-flx-logo</h4>
         | 
| 898 | 
             
                    <p>Flux Image Generation(<a href="https://huggingface.co/spaces/fantaxy/ofai-flx-logo" target="_blank">link</a>).</p>
         | 
| 899 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 900 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 901 |  | 
| 902 | 
             
                  </div>
         | 
|  | |
| 914 | 
             
                  <div class="event">
         | 
| 915 | 
             
                    <h4>fantaxy/flx-upscale</h4>
         | 
| 916 | 
             
                    <p>Flux Image Inpainting(<a href="https://huggingface.co/spaces/fantaxy/flx-upscale" target="_blank">link</a>).</p>
         | 
| 917 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 918 | 
             
                    <span class="tag best">BEST</span>
         | 
| 919 | 
             
                  </div>
         | 
| 920 |  | 
|  | |
| 922 | 
             
                  <div class="event">
         | 
| 923 | 
             
                    <h4>aiqcamp/Fashion-FLUX</h4>
         | 
| 924 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/aiqcamp/Fashion-FLUX" target="_blank">link</a>).</p>
         | 
| 925 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 926 | 
             
                    <span class="tag best">BEST</span>
         | 
| 927 | 
             
                  </div>
         | 
| 928 |  | 
|  | |
| 930 | 
             
                  <div class="event">
         | 
| 931 | 
             
                    <h4>ginipick/StyleGen</h4>
         | 
| 932 | 
             
                    <p>Fashion Generation(<a href="https://huggingface.co/spaces/ginipick/StyleGen" target="_blank">link</a>).</p>
         | 
| 933 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 934 | 
             
                    <span class="tag best">BEST</span>
         | 
| 935 | 
             
                  </div>
         | 
| 936 |  | 
|  | |
| 971 | 
             
                  <div class="event">
         | 
| 972 | 
             
                    <h4>ginipick/SORA-3D</h4>
         | 
| 973 | 
             
                    <p>Text/Image to 3D(<a href="https://huggingface.co/spaces/ginipick/SORA-3D" target="_blank">link</a>).</p>
         | 
| 974 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 975 | 
             
                    <span class="tag best">BEST</span>
         | 
| 976 | 
             
                  </div>
         | 
| 977 |  | 
|  | |
| 1023 | 
             
                  <div class="event">
         | 
| 1024 | 
             
                    <h4>aiqcamp/FLUX-VisionReply</h4>
         | 
| 1025 | 
             
                    <p>Flux Image Inpainting(<a href="https://huggingface.co/spaces/aiqcamp/FLUX-VisionReply" target="_blank">link</a>).</p>
         | 
| 1026 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 1027 | 
             
                    <span class="tag popular">POPULAR</span>
         | 
| 1028 |  | 
| 1029 | 
             
                  </div>
         | 
|  | |
| 1049 | 
             
                  <div class="event">
         | 
| 1050 | 
             
                    <h4>VIDraft/mouse1</h4>
         | 
| 1051 | 
             
                    <p>NLP Creative Coding & Web/App(<a href="https://huggingface.co/spaces/VIDraft/mouse1" target="_blank">link</a>).</p>
         | 
| 1052 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 1053 | 
             
                    <span class="tag best">BEST</span>
         | 
| 1054 | 
             
                  </div>
         | 
| 1055 |  | 
|  | |
| 1099 | 
             
                  <div class="event">
         | 
| 1100 | 
             
                    <h4>VIDraft/mouse-chat</h4>
         | 
| 1101 | 
             
                    <p>Rich Chatbot(<a href="https://huggingface.co/spaces/VIDraft/mouse-chat" target="_blank">link</a>).</p>
         | 
| 1102 | 
            +
                    <span class="tag Productivity">Productivity</span>
         | 
| 1103 | 
             
                    <span class="tag best">BEST</span>
         | 
| 1104 | 
             
                  </div>
         | 
| 1105 |  | 
|  | |
| 1338 | 
             
              </div>
         | 
| 1339 |  | 
| 1340 |  | 
| 1341 | 
            +
             | 
| 1342 | 
             
              <script>
         | 
| 1343 | 
             
                function updateCounts() {
         | 
| 1344 | 
             
                  const bestCount = document.querySelectorAll('.tag.best').length;
         | 
