moodboard-gen-img / vercel.json
Leeps's picture
Upload folder using huggingface_hub
99f8405 verified
raw
history blame contribute delete
No virus
175 Bytes
{
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
]
}