WebashalarForML commited on
Commit
10400ea
·
verified ·
1 Parent(s): f795335

Update app.py

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