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