Tsitsi19's picture
Upload folder using huggingface_hub
a75217d verified
Raw
History Blame Contribute Delete
117 Bytes
'use strict';
/* eslint-env browser */
module.exports = typeof self === 'object' ? self.FormData : window.FormData;