DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}