sample-noise / vercel.json
Kumar Shubham
Initial push
b7becdf
raw
history blame contribute delete
202 Bytes
{
"version": 2,
"builds": [
{
"src": "api/predict.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/api/predict",
"dest": "api/predict.py"
}
]
}