3martini's picture
Upload folder using huggingface_hub
ef12564 verified
raw
history blame contribute delete
No virus
101 Bytes
/* eslint-env browser */
module.exports = typeof self == 'object' ? self.FormData : window.FormData;