Skip to content

Commit 5d0b89a

Browse files
Rm newline from code snippet
1 parent a421ccd commit 5d0b89a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Alternatively, you can also make a virtual environment and run it using the `uvi
2121
$ python3 -m venv env # creates a virtualenv
2222
$ source env/bin/activate # now you're in the virtualenv
2323
$ uvicorn app.main:app --reload # run the app
24-
2524
```
2625

2726
## The Data and the Model
@@ -43,4 +42,4 @@ In this project, we've worked with different tools like Tensorflow, Docker, Fast
4342

4443
## Credits and Resources
4544
1. This *Towards Data Science* [blog](https://towardsdatascience.com/a-step-by-step-tutorial-to-build-and-deploy-an-image-classification-api-95fa449f0f6a) by Youness Mansar will give you a little more detail on how you can build a deployment-driven deep learning project (using the Google Cloud Platform's App Engine).
46-
2. Another [blog](https://towardsdatascience.com/how-to-deploy-your-fastapi-app-on-heroku-for-free-8d4271a4ab9#beb1) by Shinichi Okada in *Towards Data Science* will give more details how to deploy FastAPI applications (such as this repo!) on Heroku specifically.
45+
2. Another [blog](https://towardsdatascience.com/how-to-deploy-your-fastapi-app-on-heroku-for-free-8d4271a4ab9#beb1) by Shinichi Okada in *Towards Data Science* will give more details how to deploy FastAPI applications (such as this repo!) on Heroku specifically.

0 commit comments

Comments
 (0)