Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leeps
/
moodboard-gen-img
like
0
Runtime error
App
Files
Files
Community
be2faf5
moodboard-gen-img
/
vercel.json
Leeps
Upload folder using huggingface_hub
99f8405
verified
7 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
{
"builds"
:
[
{
"src"
:
"api/index.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"api/index.py"
}
]
}