Spaces:
Sleeping
Sleeping
alessandro trinca tornidor
commited on
Commit
•
7d2bd36
1
Parent(s):
dd1a1d1
feat: rename wrong references to samgis_lisa_on_cuda in urls and page descriptions
Browse files- README.md +1 -1
- static/src/AppLisa.vue +4 -4
- static/src/AppSamgis.vue +2 -2
- static/src/components/PageLisaMap.vue +1 -1
README.md
CHANGED
@@ -14,7 +14,7 @@ license: mit
|
|
14 |
|
15 |
[LISA](https://github.com/dvlab-research/LISA) (Reasoning Segmentation via Large Language Model) applied to geospatial data thanks to [SamGIS](https://github.com/trincadev/samgis-be).
|
16 |
|
17 |
-
About SamGIS - LISA on
|
18 |
|
19 |
To change the base relative url for custom frontend add the VITE_PREFIX environment variable, e.g.:
|
20 |
|
|
|
14 |
|
15 |
[LISA](https://github.com/dvlab-research/LISA) (Reasoning Segmentation via Large Language Model) applied to geospatial data thanks to [SamGIS](https://github.com/trincadev/samgis-be).
|
16 |
|
17 |
+
About SamGIS - LISA on ZeroGPU see the [samgis-lisa-on-zero demo](https://huggingface.co/spaces/aletrn/samgis-lisa-on-zero).
|
18 |
|
19 |
To change the base relative url for custom frontend add the VITE_PREFIX environment variable, e.g.:
|
20 |
|
static/src/AppLisa.vue
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<template>
|
2 |
<PageLayout
|
3 |
-
aboutThisDescription="LISA adapted to SamGIS"
|
4 |
aboutThisUrl="https://trinca.tornidor.com/projects/lisa-adapted-for-samgis"
|
5 |
-
currentPageUrl="https://aletrn-samgis-lisa-on-
|
6 |
-
pageTitle="
|
7 |
-
switchTabDescription="SamGIS demo"
|
8 |
switchTabUrl="/samgis"
|
9 |
>
|
10 |
<div>
|
|
|
1 |
<template>
|
2 |
<PageLayout
|
3 |
+
aboutThisDescription="LISA adapted to SamGIS on ZeroGPU"
|
4 |
aboutThisUrl="https://trinca.tornidor.com/projects/lisa-adapted-for-samgis"
|
5 |
+
currentPageUrl="https://aletrn-samgis-lisa-on-zero.hf.space"
|
6 |
+
pageTitle="+ZeroGPU"
|
7 |
+
switchTabDescription="SamGIS on ZeroGPU demo"
|
8 |
switchTabUrl="/samgis"
|
9 |
>
|
10 |
<div>
|
static/src/AppSamgis.vue
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
<PageLayout
|
3 |
aboutThisDescription="SamGIS - Segment Anything for GIS"
|
4 |
aboutThisUrl="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS"
|
5 |
-
currentPageUrl="https://aletrn-samgis-lisa-on-
|
6 |
pageTitle="SamGIS demo"
|
7 |
-
switchTabDescription="LISA+SamGIS demo"
|
8 |
switchTabUrl="/"
|
9 |
>
|
10 |
<div>
|
|
|
2 |
<PageLayout
|
3 |
aboutThisDescription="SamGIS - Segment Anything for GIS"
|
4 |
aboutThisUrl="https://trinca.tornidor.com/projects/samgis-segment-anything-applied-to-GIS"
|
5 |
+
currentPageUrl="https://aletrn-samgis-lisa-on-zero.hf.space/samgis"
|
6 |
pageTitle="SamGIS demo"
|
7 |
+
switchTabDescription="LISA+SamGIS+ZeroGPU demo"
|
8 |
switchTabUrl="/"
|
9 |
>
|
10 |
<div>
|
static/src/components/PageLisaMap.vue
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
<div class="lg:border-r lg:col-span-3">
|
7 |
<div id="id-map-cont" class="">
|
8 |
<div class="flex">
|
9 |
-
<span class="flex portrait:hidden bg-slate-200">LISA+SamGIS demo</span>
|
10 |
<span class="ml-2">
|
11 |
<input type="checkbox" id="checkboxMapNavigationLocked" v-model="mapNavigationLocked" />
|
12 |
<span class="ml-2">
|
|
|
6 |
<div class="lg:border-r lg:col-span-3">
|
7 |
<div id="id-map-cont" class="">
|
8 |
<div class="flex">
|
9 |
+
<span class="flex portrait:hidden bg-slate-200">LISA+SamGIS+ZeroGPU demo</span>
|
10 |
<span class="ml-2">
|
11 |
<input type="checkbox" id="checkboxMapNavigationLocked" v-model="mapNavigationLocked" />
|
12 |
<span class="ml-2">
|