xueyiming hai 9 meses
pai
achega
5985fcde9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)