cheoljun95 commited on
Commit
3945127
·
verified ·
1 Parent(s): 4290101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -14,8 +14,6 @@ The model can be installed through pypi for inference.
14
  ```
15
  pip install sylber
16
  ```
17
- Please check [demo notebook](demo.ipynb) for the usage.
18
- For training, please follow the below instructions.
19
 
20
  ### Usage
21
 
@@ -40,7 +38,7 @@ outputs = segmenter(wav_file, in_second=True) # in_second can be False to output
40
 
41
  ### Training
42
 
43
- Please check [here](https://github.com/Berkeley-Speech-Group/sylber) for training.
44
 
45
  ---
46
  license: apache-2.0
 
14
  ```
15
  pip install sylber
16
  ```
 
 
17
 
18
  ### Usage
19
 
 
38
 
39
  ### Training
40
 
41
+ Please check [https://github.com/Berkeley-Speech-Group/sylber](https://github.com/Berkeley-Speech-Group/sylber) for training the model.
42
 
43
  ---
44
  license: apache-2.0