0fd56c10c7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@gradio/label
<script>
import { BaseLabel } from "@gradio/label";
</script>
BaseLabel
export let value: {
label?: string;
confidences?: { label: string; confidence: number }[];
};
export let color: string | undefined = undefined;
export let selectable = false;