chore: resolve marge confict

This commit is contained in:
2026-03-10 15:05:55 +05:30
4 changed files with 15 additions and 2 deletions

View File

@@ -316,6 +316,9 @@ export default function UploadPage() {
<SelectItem value="sam3">
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
</SelectItem>
<SelectItem value="yoloe">
<span className="font-medium">YOLOE Open-Vocabulary Detection</span>
</SelectItem>
</SelectContent>
</Select>
</div>