Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johnosborne
/
splay-network-tracking-detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
john-osborne-j
commited on
Dec 10, 2025
Commit
14d3f2e
·
1 Parent(s):
cdfd467
Configure gunicorn for single worker threaded mode
Browse files
Files changed (1)
hide
show
Procfile
+1
-1
Procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
web: gunicorn app:app
1
+
web: gunicorn
--workers 1 --threads 8
app:app