DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
249 Bytes
import { createBitAttrs } from "../../internal/index.js";
export function getLabelData() {
const NAME = "label";
const PARTS = ["root"];
const getAttrs = createBitAttrs(NAME, PARTS);
return {
NAME,
getAttrs,
};
}