AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
/**
* Interop between "export default" and "module.exports".
*/
export function interopDefault(mod: any) {
return mod.default || mod
}