sentiment-analysis-api / vercel.json
nomandiu9's picture
Initial commit: Sentiment analysis app (models on HuggingFace)
0f43e0e
raw
history blame contribute delete
237 Bytes
{
"version": 2,
"builds": [
{
"src": "index.html",
"use": "@vercel/static"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}