Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
export async function fetcher(...args) {
return await anotherFetcher(...args)
}
async function anotherFetcher(...args) {
return await fetch(...args)
}