Gradio Agents & MCP Hackathon · Virtual, June 2-8 · $10k+ in prizes

Register Now

New to Gradio? Start here: Getting Started

See the Release History

@gradio/label

v0.5.14

<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;