Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LittleFrog
/
MatchAnything
like
76
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
05898fd
MatchAnything
/
vercel.json
XingyiHe
init commit
3040ac4
11 days ago
raw
Copy download link
history
blame
Safe
305 Bytes
{
"builds"
:
[
{
"src"
:
"api/server.py"
,
"use"
:
"@vercel/python"
,
"config"
:
{
"maxLambdaSize"
:
"10gb"
,
"runtime"
:
"python3.10"
}
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"api/server.py"
}
]
}