reach-vb HF staff commited on
Commit
e9a0292
1 Parent(s): 8f943ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -75,7 +75,8 @@ You can run Bark locally with the 🤗 Transformers library from version 4.31.0
75
  1. First install the 🤗 [Transformers library](https://github.com/huggingface/transformers) and scipy:
76
 
77
  ```
78
- pip install transformers scipy
 
79
  ```
80
 
81
  2. Run inference via the `Text-to-Speech` (TTS) pipeline. You can infer the bark model via the TTS pipeline in just a few lines of code!
 
75
  1. First install the 🤗 [Transformers library](https://github.com/huggingface/transformers) and scipy:
76
 
77
  ```
78
+ pip install --upgrade pip
79
+ pip install --upgrade transformers scipy
80
  ```
81
 
82
  2. Run inference via the `Text-to-Speech` (TTS) pipeline. You can infer the bark model via the TTS pipeline in just a few lines of code!