Skip to content

Commit

Permalink
docs: Updated README (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
fg-mindee authored Oct 28, 2021
1 parent c356d9e commit 943578e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ doc = DocumentFile.from_pdf("path/to/your/doc.pdf").as_images()
result = model(doc)
```

To make sense of your model's predictions, you can visualize them interactively as follows:
To interpret your model's predictions, you can visualize them interactively as follows:

```python
result.show(doc)
Expand Down Expand Up @@ -173,7 +173,7 @@ streamlit run demo/app.py

### Docker container

If you are to deploy containerized environments, you can use the provided Dockerfile to build a docker image:
If you wish to deploy containerized environments, you can use the provided Dockerfile to build a docker image:

```shell
docker build . -t <YOUR_IMAGE_TAG>
Expand Down

0 comments on commit 943578e

Please sign in to comment.