Commit
•
40eb1e3
1
Parent(s):
5b9145f
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ training run are provided in the section [Training Procedure](#training-procedur
|
|
34 |
|
35 |
## Usage
|
36 |
|
37 |
-
Using Expresso
|
38 |
|
39 |
```sh
|
40 |
pip install git+https://github.com/huggingface/parler-tts.git
|
@@ -213,7 +213,7 @@ The modified prompt creation script can be found in this repository. You can dow
|
|
213 |
```python
|
214 |
from huggingface_hub import hf_hub_download
|
215 |
|
216 |
-
hf_hub_download(repo_id="parler-tts/
|
217 |
```
|
218 |
|
219 |
You can then launch prompt creation using the [Mistral Instruct 7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
|
|
34 |
|
35 |
## Usage
|
36 |
|
37 |
+
Using Expresso is as simple as "bonjour". Simply install the library from source:
|
38 |
|
39 |
```sh
|
40 |
pip install git+https://github.com/huggingface/parler-tts.git
|
|
|
213 |
```python
|
214 |
from huggingface_hub import hf_hub_download
|
215 |
|
216 |
+
hf_hub_download(repo_id="parler-tts/parler-tts-mini-expresso", filename="run_prompt_creation.py", local_dir="./run_prompt_creation_expresso.py")
|
217 |
```
|
218 |
|
219 |
You can then launch prompt creation using the [Mistral Instruct 7B](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|