Gradio 迈向每月 100 万用户的旅程!

阅读更多
Gradio logo

Gradio 新手?从这里开始: 入门指南

查看版本历史

@gradio/label

v0.5.9

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