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:
@@ -318,6 +318,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>
|
||||
|
||||
Reference in New Issue
Block a user