Video-Note-Taker / vercel.json
rajiv-ramteke's picture
Deploy to HF without png
aaf2943
Raw
History Blame Contribute Delete
178 Bytes
{
"version": 2,
"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "app.py"
}
]
}