alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
raw
history blame
466 Bytes
<template>
<div class="bg-gray-200 items-center h-8">
<TabComponent description="About SamGIS" href="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS" />
<TabComponent description="blog" href="https://trinca.tornidor.com/" />
<TabComponent description="docs" href="https://docs.trinca.tornidor.com/" />
</div>
</template>
<script setup lang="ts">
import TabComponent from '@/components/NavBar/TabComponent.vue'
</script>