Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bla
/
hotspot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4a66d76
hotspot
/
vercel.json
Mbonea
testing deployment
9e798a1
5 months ago
raw
Copy download link
history
blame
171 Bytes
{
"builds"
:
[
{
"src"
:
"App/app.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"App/app.py"
}
]
}