ainouche-abderahmane commited on
Commit
c6fe9df
·
verified ·
1 Parent(s): 2ad38c9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -220,7 +220,8 @@ tuned result.
220
 
221
  ## Usage
222
 
223
- Greedy, with nothing but `transformers`:
 
224
 
225
  ```python
226
  import librosa
 
220
 
221
  ## Usage
222
 
223
+ Greedy, with `transformers`, `torch` and `librosa` — the architecture is `Wav2Vec2ForCTC`,
224
+ one of the library's own, so no `trust_remote_code` is needed:
225
 
226
  ```python
227
  import librosa