Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imageomics
/
dev-dashboard
like
2
Sleeping
App
Files
Files
Community
egrace479
commited on
Aug 11, 2023
Commit
6a87bd0
·
1 Parent(s):
568d6f3
Change port
Browse files
Files changed (1)
hide
show
run.sh
+1
-1
run.sh
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
#!/bin/bash
2
-
gunicorn -w ${BACKEND_WORKERS:=4} -b :
5000
-t 360 dashboard:server
1
#!/bin/bash
2
+
gunicorn -w ${BACKEND_WORKERS:=4} -b :
7860
-t 360 dashboard:server