tadmztxi / app.py
Geek7's picture
Update app.py
6f66f8c verified
raw
history blame
181 Bytes
import os
import subprocess
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