rairo commited on
Commit
fc13902
·
verified ·
1 Parent(s): 1dc84d4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -1023,5 +1023,5 @@ def log_call_usage():
1023
  # Run
1024
  # =========================
1025
  if __name__ == "__main__":
1026
- port = int(os.environ.get("PORT", "5000"))
1027
  app.run(host="0.0.0.0", port=port, debug=True)
 
1023
  # Run
1024
  # =========================
1025
  if __name__ == "__main__":
1026
+ port = int(os.environ.get("PORT", "7860"))
1027
  app.run(host="0.0.0.0", port=port, debug=True)