Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
imageomics
/
telemetry-dashboard
like
0
Sleeping
App
Files
Files
Community
main
telemetry-dashboard
/
run.sh
egrace479
Set up prototype telemetry dashboard to pull from dev branch of telemetry-dashboard github repo.
1fffda3
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