Ray0323 commited on
Commit
73f60c1
·
verified ·
1 Parent(s): 7653355

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,7 +34,7 @@ Distribution of DistilCodec training data is shown in below table:
34
  ## Inference of DistilCodec
35
  The code is in [DistilCodec](https://github.com/IDEA-Emdoor-Lab/DistilCodec).
36
 
37
- ### Part1: Generating discrete codecs
38
 
39
  ```python
40
 
@@ -62,7 +62,7 @@ print(audio_tokens)
62
 
63
  ```
64
 
65
- ### Part2: Reconstruct audio from raw wav
66
  ```python
67
 
68
  from distil_codec import DistilCodec, demo_for_generate_audio_codes
 
34
  ## Inference of DistilCodec
35
  The code is in [DistilCodec](https://github.com/IDEA-Emdoor-Lab/DistilCodec).
36
 
37
+ ### Part1: Generating discrete audio tokens from DistilCodec
38
 
39
  ```python
40
 
 
62
 
63
  ```
64
 
65
+ ### Part2: Reconstruct audio from raw audio
66
  ```python
67
 
68
  from distil_codec import DistilCodec, demo_for_generate_audio_codes