Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
imageomics
/
dev-dashboard
like
2
Sleeping
App
Files
Files
Community
main
dev-dashboard
/
run.sh
egrace479
Change port
6a87bd0
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
79 Bytes
#!/bin/bash
gunicorn -w
${BACKEND_WORKERS:=4}
-b :7860 -t 360 dashboard:server