소스 검색

修改启动

xueyiming 9 달 전
부모
커밋
5985fcde9f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)