File size: 167 Bytes
ffa3de2
 
9f4f013
f66a250
 
ffa3de2
 
1
2
3
4
5
6
7
# app.py

import os

if __name__ == "__main__":
    # Run the Flask app using Gunicorn
    os.system("gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp")  # 4 worker processes