Spaces:
Runtime error
Runtime error
File size: 313 Bytes
151ed35 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"builds": [
{
"src": "DeepfakeModel.py",
"use": "@vercel/python",
"config": {
"maxLambdaSize": "450mb"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "DeepfakeModel.py"
}
]
} |