Skip to content

Commit

Permalink
Merge pull request #489 from wearepal/ai-model-adj
Browse files Browse the repository at this point in the history
AI Model Component: Labels -> Label
  • Loading branch information
paulthatjazz authored Feb 7, 2025
2 parents 54ed26c + cbebabe commit 7655ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function retrieveSegmentationMasks(prompts: string, det_conf: string, clf_

const segs = await fetch("https://landscapes.wearepal.ai/api/v1/segment?" + new URLSearchParams(
{
labels: prompts,
label: prompts,
det_conf,
clf_conf,
n_repeats,
Expand Down

0 comments on commit 7655ff9

Please sign in to comment.