Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
expressapi
/
chroma
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chroma
/
rust
/
worker
/
src
/
bin
/
worker.rs
badalsahani
feat: chroma initial deploy
287a0bc
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
98 Bytes
use
worker::worker_entrypoint;
#[tokio::main]
async
fn
main
() {
worker_entrypoint
().
await
;
}