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

@@ -334,6 +334,11 @@ export function UploadSection({ onDetectionComplete, onDetectionTypeChange }: Up
<span>SAM 3</span>
</div>
</SelectItem>
<SelectItem value="yoloe">
<div className="flex items-center gap-2">
<span>YOLOE</span>
</div>
</SelectItem>
</SelectContent>
</Select>
</div>