Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brestok
/
spark
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
spark
/
cbh
/
api
/
availability
/
__init__.py
brestok
init
a7ed1bd
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
from
fastapi
import
APIRouter
availability_router = APIRouter(prefix=
"/api/availability"
, tags=[
"availability"
])
from
.
import
views