Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Leeps
/
moodboard-gen-prompt
like
0
Running
App
Files
Files
Community
3178eaa
moodboard-gen-prompt
/
vercel.json
Leeps
Upload folder using huggingface_hub
3178eaa
verified
5 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"
}
]
}