Feat: Added extra drop down button for yoloe with vl

This commit is contained in:
sumona-banerjeee
2026-03-13 18:21:03 +05:30
parent 557b6609b5
commit 68fe4cc9dc
2 changed files with 10 additions and 2 deletions

View File

@@ -317,9 +317,12 @@ export default function UploadPage() {
<SelectItem value="sam3">
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
</SelectItem>
{/* <SelectItem value="yoloe">
<SelectItem value="yoloe">
<span className="font-medium">YOLOE Open-Vocabulary Detection</span>
</SelectItem> */}
</SelectItem>
<SelectItem value="yoloe_trained_vl">
<span className="font-medium">YOLOE With Vision Language Model</span>
</SelectItem>
</SelectContent>
</Select>
</div>