xueyiming hace 9 meses
padre
commit
5985fcde9f
Se han modificado 1 ficheros con 1 adiciones y 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)