Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mahmdshafee
/
emotion-detection-api
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
emotion-detection-api
/
app
/
frontend
/
vercel.json
mahmdshafee
Upload vercel.json
4dad515
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
134 Bytes
{
"buildCommand"
:
"npm run build"
,
"outputDirectory"
:
"dist"
,
"env"
:
{
"VITE_API_BASE_URL"
:
"@vite_api_base_url"
}
}