Update README.md

pull/50/head
Bhaskar Tripathi 1 year ago committed by GitHub
parent 4094fba16e
commit 40bb7f3627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ curl -X 'POST' \
docker pull registry.hf.space/bhaskartripathi-pdfchatter:latest
```
2. Download the Universal Sentence Encoder locally to your project's root folder. This is important because otherwise, 915 MB will be downloaded at runtime everytime you run it.
3. Download the encoder using this link: https://tfhub.dev/google/universal-sentence-encoder/4?tf-hub-format=compressed
3. Download the encoder using this [link](https://tfhub.dev/google/universal-sentence-encoder/4?tf-hub-format=compressed).
4. Extract the downloaded file and place it in your project's root folder as shown below:
Root folder of your project
└───Universal Sentence Encoder

Loading…
Cancel
Save