Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qywok
/
cryptocurrency_prediction
like
8
Running
App
Files
Files
Community
4c79eb9
cryptocurrency_prediction
/
vercel.json
tebakaja
feat: Crafting Data pipeline, Models, and Restful API
94ed9e1
6 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
{
"builds"
:
[
{
"src"
:
"main.py"
,
"use"
:
"@vercel/python"
}
]
,
"routes"
:
[
{
"src"
:
"/(.*)"
,
"dest"
:
"main.py"
}
]
}