Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hiren122
/
Arena
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Arena
/
vercel.json
3v324v23
Clean deployment for HF
eb4f048
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
238 Bytes
{
"version"
:
2
,
"builds"
:
[
{
"src"
:
"src/main.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"src/main.py"
}
]
}