Add Distil-Whisper Web demo link (#2)
Browse files- Add Distil-Whisper Web demo link (419e55de293f772137956c997120c9ed6233e6f7)
README.md
CHANGED
@@ -333,6 +333,8 @@ let output = await transcriber(url);
|
|
333 |
// { text: " And so my fellow Americans, ask not what your country can do for you. Ask what you can do for your country." }
|
334 |
```
|
335 |
|
|
|
|
|
336 |
See the [docs](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AutomaticSpeechRecognitionPipeline) for more information.
|
337 |
|
338 |
### Candle
|
|
|
333 |
// { text: " And so my fellow Americans, ask not what your country can do for you. Ask what you can do for your country." }
|
334 |
```
|
335 |
|
336 |
+
Check out the online [Distil-Whisper Web demo](https://huggingface.co/distil-whisper/distil-small.en) to try it out yourself. As you'll see, it runs directly in your browser: no server required!
|
337 |
+
|
338 |
See the [docs](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AutomaticSpeechRecognitionPipeline) for more information.
|
339 |
|
340 |
### Candle
|