Skip to content

Commit

Permalink
README quickstart.sh -> quick_start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore authored Feb 11, 2021
1 parent 01b4c60 commit f0848ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit f0848ea

Please sign in to comment.