Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
anabaslabs
/
ARC
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ARC
/
vercel.json
github-actions[bot]
Deploy from GitHub Actions: df12f0dffbbb25b28e353981e621b4fe6afd80f0
f6a4c20
28 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
{
"builds"
:
[
{
"src"
:
"app/main.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"app/main.py"
}
]
}