Fu01978 commited on
Commit
1ce8292
·
verified ·
1 Parent(s): 3257872

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +1 -0
setup.sh CHANGED
@@ -19,4 +19,5 @@ fi
19
 
20
  # 3. Start the app pinned to your 2 efficiency cores
21
  echo " 🚀 Launching on Port ${PORT:-7860}..."
 
22
  exec taskset -c 0,1 python3 app.py
 
19
 
20
  # 3. Start the app pinned to your 2 efficiency cores
21
  echo " 🚀 Launching on Port ${PORT:-7860}..."
22
+ exec gunicorn -b 0.0.0.0:7860 app:app
23
  exec taskset -c 0,1 python3 app.py