Heavy / vercel.json
justinhew
Deploy to HF Spaces
ea81a05
raw
history blame contribute delete
261 Bytes
{
"version": 2,
"routes": [
{
"src": "/(.*)",
"dest": "api/index.py"
}
],
"env": {
"GRADIO_SERVER_NAME": "0.0.0.0",
"GRADIO_SERVER_PORT": "7860"
},
"functions": {
"api/index.py": {
"maxDuration": 60
}
}
}