lessquo commited on
Commit
56ac556
·
verified ·
1 Parent(s): 23bf359

Add `pipeline_tag: automatic-speech-recognition`

Browse files

The [base model](https://huggingface.co/openai/whisper-medium) has this tag.

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
+ ```