acecalisto3 commited on
Commit
0f97d22
·
verified ·
1 Parent(s): 47fc4b4

Create space.py

Browse files
Files changed (1) hide show
  1. space.py +3 -0
space.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+
3
+ os.system("gunicorn -w 4 -k uvicorn.workers.UvicornWorker app:app --preload")