pcuenq HF Staff lessquo commited on
Commit
1e3e249
·
1 Parent(s): a8f14b6

Add `pipeline_tag: automatic-speech-recognition` (#1)

Browse files

- Add `pipeline_tag: automatic-speech-recognition` (f451c255336201b3f74daf796f37bfd5b0d23328)


Co-authored-by: lessquo <lessquo@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  library_name: mlx
 
3
  ---
4
 
5
  # whisper-base-mlx
@@ -13,4 +14,4 @@ pip install -r requirements.txt
13
 
14
  >> import whisper
15
  >> whisper.transcribe("FILE_NAME")
16
- ```
 
1
  ---
2
  library_name: mlx
3
+ pipeline_tag: automatic-speech-recognition
4
  ---
5
 
6
  # whisper-base-mlx
 
14
 
15
  >> import whisper
16
  >> whisper.transcribe("FILE_NAME")
17
+ ```