Mochi0622 commited on
Commit
8defc51
·
verified ·
1 Parent(s): 2e32dbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,4 +127,4 @@ server = app.server # 給 gunicorn 用:gunicorn app:server
127
  if __name__ == "__main__":
128
  # app.run(debug=True)
129
  # 部署時改用:
130
- app.run(host="0.0.0.0", port=8050, debug=False)
 
127
  if __name__ == "__main__":
128
  # app.run(debug=True)
129
  # 部署時改用:
130
+ app.run(host="0.0.0.0", port=7860, debug=False)