Wording nit

This commit is contained in:
Merve Noyan 2023-08-09 17:11:11 +03:00 committed by GitHub
parent 15175839b4
commit 862db1be0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ curl 127.0.0.1:8080/generate \
[`huggingface-hub`](https://huggingface.co/docs/huggingface_hub/main/en/index) is a Python library to interact with the Hugging Face Hub, including its endpoints. It provides a nice high-level class, [`~huggingface_hub.InferenceClient`], which makes it easy to make calls to a TGI endpoint. `InferenceClient` also takes care of parameter validation and provides a simple to-use interface.
You can simply install `huggingface-hub` library with pip.
You can simply install `huggingface-hub` package with pip.
```python
pip install huggingface-hub