feat: Added YOLOE model to dropdowns, fixed Radix UI hydration mismatches on the New Analysis page, and resolved the Next.js scroll-behavior: smooth warning. All issues identified have been addressed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user