juliensimon HF staff commited on
Commit
872c1ac
1 Parent(s): 660e621
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ The repository includes sample files that I recorded (WAV, 16Khz sampling rate,
50
  [{'score': 0.5276530981063843, 'label': 'marvin'}, {'score': 0.04645705968141556, 'label': 'down'}, {'score': 0.038583893328905106, 'label': 'backward'}, {'score': 0.03578080236911774, 'label': 'wow'}, {'score': 0.03178196772933006, 'label': 'bird'}]
51
  ```
52
 
53
- You can also use them model with the ```Auto```API:
54
 
55
  ```
56
  >>> import torch, librosa
50
  [{'score': 0.5276530981063843, 'label': 'marvin'}, {'score': 0.04645705968141556, 'label': 'down'}, {'score': 0.038583893328905106, 'label': 'backward'}, {'score': 0.03578080236911774, 'label': 'wow'}, {'score': 0.03178196772933006, 'label': 'bird'}]
51
  ```
52
 
53
+ You can also use them with the ```Auto```API:
54
 
55
  ```
56
  >>> import torch, librosa