ONNX
Splend1dchan commited on
Commit
e33b502
·
verified ·
1 Parent(s): edd6f14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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 the GitHub instruction 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
- then, you can use the model as specified in the run_inference.py script, providing the local model path using the model_path parameter.
 
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