Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wapadil
/
seedream4
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
seedream4
/
vercel.json
wapadil
[MAJOR REFACTOR] SeedDream v4 架构优化
ad2cc89
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
224 Bytes
{
"version"
:
2
,
"builds"
:
[
{
"src"
:
"app.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"app.py"
}
]
,
"env"
:
{
"FLASK_ENV"
:
"production"
}
}