KurtDu commited on
Commit
7416ced
·
verified ·
1 Parent(s): a76cc83

Update app.py

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