Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
imageomics
/
dev-dashboard
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
dev-dashboard
/
run.sh
egrace479
Change port
6a87bd0
almost 3 years ago
raw
Copy download link
history
blame
Safe
79 Bytes
#!/bin/bash
gunicorn -w
${BACKEND_WORKERS:=4}
-b :7860 -t 360 dashboard:server