import { Activity, Film, Loader2, Zap } from "lucide-react" import { useDashboard } from "@/lib/dashboard" import { mediaUrl } from "@/lib/api" import { Badge } from "@/components/ui/badge" import { cn } from "@/lib/utils" function Stat({ label, value, accent, }: { label: string value: string accent?: boolean }) { return (
Upload a clip and run detection to see the annotated replay