AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
export const config = {
api: {
bodyParser: {
sizeLimit: '5mb',
},
},
}
export default (req, res) => {
res.status(200).json(req.body)
}