Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
view files link
Browse files
src/lib/components/models/drawer/Drawer.svelte
CHANGED
@@ -76,7 +76,7 @@
|
|
76 |
{model?.likes ?? 0}
|
77 |
</div>
|
78 |
<a
|
79 |
-
|
80 |
class="bg-blue-500 bg-opacity-20 border border-blue-500 hover:bg-opacity-60 transition-all duration-200 md:px-4 md:py-2 px-3 py-1.5 rounded-full text-neutral-100 flex items-center justify-center gap-1 md:gap-2 font-medium text-sm md:text-base"
|
81 |
>
|
82 |
<Icon icon="solar:download-square-bold" class="lg:w-5 lg:h-5 w-4 h-4 text-blue-500" />
|
|
|
76 |
{model?.likes ?? 0}
|
77 |
</div>
|
78 |
<a
|
79 |
+
href="https://huggingface.co/{model?.id}/tree/main"
|
80 |
class="bg-blue-500 bg-opacity-20 border border-blue-500 hover:bg-opacity-60 transition-all duration-200 md:px-4 md:py-2 px-3 py-1.5 rounded-full text-neutral-100 flex items-center justify-center gap-1 md:gap-2 font-medium text-sm md:text-base"
|
81 |
>
|
82 |
<Icon icon="solar:download-square-bold" class="lg:w-5 lg:h-5 w-4 h-4 text-blue-500" />
|