@gradio/label
v0.4.7
Published
Gradio UI packages
Downloads
284
Readme
@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;