pcuenq HF Staff lessquo commited on
Commit
7fc08c4
·
1 Parent(s): 23bf359

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

Browse files

- Add `pipeline_tag: automatic-speech-recognition` (56ac5560f5ea9d0ec5e72ef3ba6e80cec92e2ab6)


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-medium-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-medium-mlx
 
14
 
15
  >> import whisper
16
  >> whisper.transcribe("FILE_NAME")
17
+ ```