Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
carlfeynman
/
mnist
like
0
Runtime error
App
Files
Files
Community
bfc39e7
mnist
/
vercel.json
carlfeynman
fastapi api server added
bfc39e7
over 1 year ago
raw
Copy download link
history
blame
192 Bytes
{
"builds"
:
[
{
"src"
:
"main.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"server.py"
}
]
}