Update README.md
Browse files
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
|
|
|
|
| 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!
|