WebashalarForML commited on
Commit
3a1e2f6
·
verified ·
1 Parent(s): b3c8dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -495,5 +495,5 @@ def ping():
495
  return jsonify({"status": "ok"})
496
 
497
  if __name__ == "__main__":
498
- port = int(os.getenv("PORT", 5000))
499
  app.run(host="0.0.0.0", port=port, debug=True)
 
495
  return jsonify({"status": "ok"})
496
 
497
  if __name__ == "__main__":
498
+ port = int(os.getenv("PORT", 7860))
499
  app.run(host="0.0.0.0", port=port, debug=True)