sanchit-gandhi
commited on
Commit
·
a8b7a5f
1
Parent(s):
bcd0b19
oai whisper cli usage
Browse files
README.md
CHANGED
@@ -557,6 +557,9 @@ To transcribe a local audio file, simply pass the path to the audio file as the
|
|
557 |
pred_out = transcribe(model, audio="audio.mp3")
|
558 |
```
|
559 |
|
|
|
|
|
|
|
560 |
### Transformers.js
|
561 |
|
562 |
Distil-Whisper can be run completely in your web browser with [Transformers.js](http://github.com/xenova/transformers.js):
|
|
|
557 |
pred_out = transcribe(model, audio="audio.mp3")
|
558 |
```
|
559 |
|
560 |
+
The Distil-Whisper model can also be used with the OpenAI Whisper CLI. Refer to the [following instructions](https://huggingface.co/distil-whisper/distil-large-v3-openai#cli-usage)
|
561 |
+
for details.
|
562 |
+
|
563 |
### Transformers.js
|
564 |
|
565 |
Distil-Whisper can be run completely in your web browser with [Transformers.js](http://github.com/xenova/transformers.js):
|