Skip to content

Commit

Permalink
changed url to server
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthatjazz committed Oct 17, 2024
1 parent f407a97 commit 3b1668e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function retrieveSegmentationMasks(prompts: string, threshold: string, pro

const outputTileRange = tileGrid.getTileRangeForExtentAndZ(projectProps.extent, projectProps.zoom)

const segs = await fetch("http://127.0.0.1:5001/v1/segment?" + new URLSearchParams(
const segs = await fetch("http://landscapes.wearepal.ai/api/v1/segment?" + new URLSearchParams(
{
labels: prompts,
threshold,
Expand Down

0 comments on commit 3b1668e

Please sign in to comment.