Gradio 迈向每月 100 万用户的旅程!
阅读更多Gradio 迈向每月 100 万用户的旅程!
阅读更多@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;