refactor: comment out video player section

This commit is contained in:
2026-03-10 17:38:52 +05:30
parent 305f950f1e
commit 557b6609b5
2 changed files with 3 additions and 3 deletions

View File

@@ -317,9 +317,9 @@ 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> */}
</SelectContent>
</Select>
</div>