Update README.md
Browse files
README.md
CHANGED
@@ -175,7 +175,7 @@ The model checkpoint uploaded here is a conversion from torchaudio to HF Transfo
|
|
175 |
pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
|
176 |
```
|
177 |
## Usage
|
178 |
-
|
179 |
from ctc_forced_aligner import (
|
180 |
load_audio,
|
181 |
load_alignment_model,
|
|
|
175 |
pip install git+https://github.com/MahmoudAshraf97/ctc-forced-aligner.git
|
176 |
```
|
177 |
## Usage
|
178 |
+
```python
|
179 |
from ctc_forced_aligner import (
|
180 |
load_audio,
|
181 |
load_alignment_model,
|