Commit
·
828a838
1
Parent(s):
1f15f82
Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,6 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
|
| 51 |
```python
|
| 52 |
from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
|
| 53 |
from datasets import load_dataset
|
| 54 |
-
import soundfile as sf
|
| 55 |
import torch
|
| 56 |
|
| 57 |
# load model and processor
|
|
|
|
| 51 |
```python
|
| 52 |
from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
|
| 53 |
from datasets import load_dataset
|
|
|
|
| 54 |
import torch
|
| 55 |
|
| 56 |
# load model and processor
|