Update README.md
Browse files
README.md
CHANGED
@@ -34,14 +34,15 @@ BreezyVoice outperforms competing commercial services in terms of naturalness.
|
|
34 |
| **Full Sentences**| 7 | 7 | **8** | 5 | 3 |
|
35 |
## How to Run
|
36 |
|
37 |
-
**Running from
|
38 |
|
39 |
You can also run the model from a specified local path by cloning the model
|
40 |
```
|
41 |
git lfs install
|
42 |
git clone https://huggingface.co/MediaTek-Research/BreezyVoice
|
43 |
```
|
44 |
-
|
|
|
45 |
|
46 |
If you like our work, please cite:
|
47 |
|
|
|
34 |
| **Full Sentences**| 7 | 7 | **8** | 5 | 3 |
|
35 |
## How to Run
|
36 |
|
37 |
+
**Running from [GitHub](https://github.com/mtkresearch/BreezyVoice) following instructions automatically downloads the model for you**
|
38 |
|
39 |
You can also run the model from a specified local path by cloning the model
|
40 |
```
|
41 |
git lfs install
|
42 |
git clone https://huggingface.co/MediaTek-Research/BreezyVoice
|
43 |
```
|
44 |
+
|
45 |
+
You can then use the model as outlined in the `single_inference.py` script on [GitHub](https://github.com/mtkresearch/BreezyVoice), specifying the local model path via the `model_path` parameter.
|
46 |
|
47 |
If you like our work, please cite:
|
48 |
|