cnmksjs commited on
Commit
8075dba
·
verified ·
1 Parent(s): 4af982d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ if __name__ == '__main__':
341
  # 启动Flask服务器
342
  app.run(
343
  host='0.0.0.0',
344
- port=3000,
345
  debug=False,
346
  threaded=True
347
  )
 
341
  # 启动Flask服务器
342
  app.run(
343
  host='0.0.0.0',
344
+ port=7860,
345
  debug=False,
346
  threaded=True
347
  )