Remove `soundfile` import (#2)
- Remove `soundfile` import (09b10d0c3aceb1f0cab01de3dc6216e11ab5642e) Co-authored-by: Sanchit Gandhi <sanchit-gandhi@users.noreply.huggingface.co>
This commit is contained in:
parent
55bb62306c
commit
7061117562
|
@ -70,7 +70,6 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
||||||
```python
|
```python
|
||||||
from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
|
from transformers import Wav2Vec2Processor, Wav2Vec2ForCTC
|
||||||
from datasets import load_dataset
|
from datasets import load_dataset
|
||||||
import soundfile as sf
|
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
# load model and tokenizer
|
# load model and tokenizer
|
||||||
|
|
Loading…
Reference in New Issue