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"> <SelectItem value="sam3">
<span className="font-medium">OpenAI SAM 3 Segmentation Model</span> <span className="font-medium">OpenAI SAM 3 Segmentation Model</span>
</SelectItem> </SelectItem>
<SelectItem value="yoloe"> {/* <SelectItem value="yoloe">
<span className="font-medium">YOLOE Open-Vocabulary Detection</span> <span className="font-medium">YOLOE Open-Vocabulary Detection</span>
</SelectItem> </SelectItem> */}
</SelectContent> </SelectContent>
</Select> </Select>
</div> </div>

View File

@@ -236,7 +236,7 @@ function DetailedSummarySection({
{allDetections.map(({ detection, locationName, packageName }, idx) => ( {allDetections.map(({ detection, locationName, packageName }, idx) => (
<div <div
key={`${detection.id}-${idx}`} key={`${detection.id}-${idx}`}
className="text-xs p-2 bg-white dark:bg-gray-900 rounded shadow-sm border border-gray-100 dark:border-gray-800" className="text-xs p-2 bg-white border border-slate-200 rounded-md "
> >
<div className="flex items-center justify-between mb-1"> <div className="flex items-center justify-between mb-1">