yangtb24 commited on
Commit
079889e
·
verified ·
1 Parent(s): 47ce5c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -512,4 +512,4 @@ def health_check():
512
  return 'OK'
513
 
514
  if __name__ == '__main__':
515
- app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 8080)))
 
512
  return 'OK'
513
 
514
  if __name__ == '__main__':
515
+ app.run(host='0.0.0.0', port=int(os.environ.get('PORT', 7860)))