DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
153 Bytes
function remove() {
var parent = this.parentNode;
if (parent) parent.removeChild(this);
}
export default function() {
return this.each(remove);
}