Remove `soundfile` import (#2)

- Remove `soundfile` import (09b10d0c3aceb1f0cab01de3dc6216e11ab5642e)


Co-authored-by: Sanchit Gandhi <sanchit-gandhi@users.noreply.huggingface.co>
This commit is contained in:
patrickvonplaten 2022-06-30 00:05:41 +00:00 committed by system
parent 55bb62306c
commit 7061117562
1 changed files with 0 additions and 1 deletions

View File

@ -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