alessandro trinca tornidor
[feat] add support for locking map during ML inference
c92d24c
raw
history blame
478 Bytes
<template>
<div class="fixed top-2 right-5 mr-2 items-center">
<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.ml-trinca.tornidor.com/" />
</div>
</template>
<script setup lang="ts">
import TabComponent from '@/components/NavBar/TabComponent.vue'
</script>