Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
91 Bytes
export default (req, res) => {
let body = '.'.repeat(4 * 1024 * 1024)
res.send(body)
}