KurtDu commited on
Commit
ca61795
·
verified ·
1 Parent(s): b6bd36b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,4 +170,4 @@ if __name__ == '__main__':
170
  if not os.path.exists(RESULTS_DIR):
171
  os.makedirs(RESULTS_DIR)
172
  # 允许局域网访问
173
- app.run(debug=True, host="0.0.0.0", port=8080)
 
170
  if not os.path.exists(RESULTS_DIR):
171
  os.makedirs(RESULTS_DIR)
172
  # 允许局域网访问
173
+ app.run(host="0.0.0.0", port=8080)