Zero-Shot Classification
Transformers
wav2vec2
audio-classification
Suno
Felguk commited on
Commit
4bdb35a
·
verified ·
1 Parent(s): 6035250

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -57,10 +57,9 @@ print(result)
57
  ```bash
58
  pip install transformers
59
  ```
60
- ## Example Output
61
  ```bash
62
  [
63
  {"label": "suno", "score": 0.95},
64
  {"label": "people", "score": 0.05}
65
- ]
66
- ```
 
57
  ```bash
58
  pip install transformers
59
  ```
60
+ #### example
61
  ```bash
62
  [
63
  {"label": "suno", "score": 0.95},
64
  {"label": "people", "score": 0.05}
65
+ ]