vittoriopippi commited on
Commit
07f8685
·
1 Parent(s): ab7810d

Edit README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -45,9 +45,9 @@ This Hugging Face version allows you to directly load the **VATr++** model with
45
  conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
46
  ```
47
 
48
- 3. **Install additional requirements** (including `transformers`, `Pillow`, `numpy`, etc.):
49
  ```bash
50
- pip install transformers Pillow numpy
51
  ```
52
  *You may need to adjust or add libraries based on your specific environment needs.*
53
 
 
45
  conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
46
  ```
47
 
48
+ 3. **Install additional requirements** (including `transformers`, `opencv`, etc.):
49
  ```bash
50
+ pip install transformers opencv-python
51
  ```
52
  *You may need to adjust or add libraries based on your specific environment needs.*
53