Browse Source

修改启动

xueyiming 6 months ago
parent
commit
5985fcde9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -129,4 +129,4 @@ def find_faces_in_image(image_path):
 
 if __name__ == '__main__':
     app = create_app()
-    app.run()
+    app.run(host='0.0.0.0', port=5000)