AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
const value = await Promise.resolve(42)
export default function (req, res) {
res.json({ value })
}