Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,11 @@ conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit
|
|
28 |
pip install git+https://github.com/jusiro/FLAIR.git
|
29 |
```
|
30 |
|
|
|
|
|
|
|
|
|
|
|
31 |
## Usage
|
32 |
|
33 |
```
|
|
|
28 |
pip install git+https://github.com/jusiro/FLAIR.git
|
29 |
```
|
30 |
|
31 |
+
* Install the huggingface_hub library.
|
32 |
+
```
|
33 |
+
pip install huggingface_hub
|
34 |
+
```
|
35 |
+
|
36 |
## Usage
|
37 |
|
38 |
```
|