Geek7 commited on
Commit
e10421a
·
verified ·
1 Parent(s): de49564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ if __name__ == "__main__":
8
 
9
 
10
  # Run the Flask app using Gunicorn
11
- os.system("gunicorn -w 4 -b 0.0.0.0:7860 myapp:myapp") # 4 worker processes
 
8
 
9
 
10
  # Run the Flask app using Gunicorn
11
+ os.system("gunicorn -w 4 -b 0.0.0.0:8000 myapp:myapp") # 4 worker processes