From b0062b7a32805ea7984ccf87a9b12f667c52ae4f Mon Sep 17 00:00:00 2001 From: Hmily <961532186@qq.com> Date: Mon, 15 Jan 2024 15:43:38 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86e9f6e..78d0388 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,10 @@ Alternatively, you can build the image yourself. ``` docker build -t image-matting:0.0.3 . +docker run -p 8000:8000 image-matting:0.0.3 ``` -Once the build is complete, run the container as before. Visit http://127.0.0.1:8000 to perform online image matting. - -Feel free to choose the method that suits your preference. +Lastly, visit http://127.0.0.1:8000 to perform online image matting. Feel free to choose the method that suits your preference.