From f0848ea5cfd7495a41a60fdbd68fe881ef4676a4 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 11 Feb 2021 21:08:28 +0000 Subject: [PATCH] README quickstart.sh -> quick_start.sh --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 947a1ff..0dbbbd2 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ git clone https://github.com/jantic/DeOldify.git DeOldify Starting the notebook ```console -cd DeOldify && ./quickstart.sh notebook my_super_password +cd DeOldify && ./quick_start.sh notebook my_super_password ``` your notebook will be accessible on port 8888 @@ -311,12 +311,12 @@ git clone https://github.com/jantic/DeOldify.git DeOldify Starting the image api ```console -cd DeOldify && ./quickstart.sh image_api +cd DeOldify && ./quick_start.sh image_api ``` Starting the video api ```console -cd DeOldify && ./quickstart.sh image_api +cd DeOldify && ./quick_start.sh image_api ``` your API will be accessible on port 5000