Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
acecalisto3
/
SouthSpencerQA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acecalisto3
commited on
Dec 27, 2024
Commit
0f97d22
·
verified
·
1 Parent(s):
47fc4b4
Create space.py
Browse files
Files changed (1)
hide
show
space.py
+3
-0
space.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
3
+
os.system("gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app --preload")