Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imageomics
/
dev-dashboard
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
568d6f3
dev-dashboard
/
run.sh
egrace479
Add application files.
568d6f3
over 1 year ago
raw
Copy download link
history
blame
Safe
79 Bytes
#!/bin/bash
gunicorn -w
${BACKEND_WORKERS:=4}
-b :5000 -t 360 dashboard:server