DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
171 Bytes
function lower() {
if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
}
export default function() {
return this.each(lower);
}