medical
davanstrien HF staff commited on
Commit
fcc369d
1 Parent(s): 0fceb3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
  ```