samgis / static /index.html
aletrn's picture
[feat] handle requests with errors
59ebac7
raw
history blame
682 Bytes
<main>
<section id="coords-gen">
<h2>Segment Geospatial: Instance segmentation within images based on Segment Anything</h2>
<p>
Model:
<a
href="https://github.com/opengeos/segment-geospatial/"
rel="noreferrer"
target="_blank"
>opengeos/segment-geospatial
</a>
</p>
<form class="coords-gen-form">
<label for="coords-gen-input">Text prompt</label>
<input
id="coords-gen-input"
type="coords"
value=""
/>
<button id="coords-gen-submit">Submit</button>
<p class="coords-gen-output"></p>
</form>
</section>
</main>