xcczach commited on
Commit
af85ab9
·
verified ·
1 Parent(s): 9be259d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -41,7 +41,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
41
 
42
  **Follow the instructions during download to install any missing Python packages.**
43
 
44
- **NOTE:** package *ffmpeg* should be installed with
45
  ```pip install ffmpeg-python```
46
 
47
  ```python
@@ -55,8 +55,6 @@ speech_arr, sr = model.infer("我才不是一袋猫粮呢!",tokenizer=tokenize
55
  sf.write("output.wav", speech_arr, sr)
56
  ```
57
 
58
- [More Information Needed]
59
-
60
  ### Downstream Use [optional]
61
 
62
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
 
41
 
42
  **Follow the instructions during download to install any missing Python packages.**
43
 
44
+ **NOTE:** package ```ffmpeg``` should be installed with
45
  ```pip install ffmpeg-python```
46
 
47
  ```python
 
55
  sf.write("output.wav", speech_arr, sr)
56
  ```
57
 
 
 
58
  ### Downstream Use [optional]
59
 
60
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->