Xenova HF staff commited on
Commit
ca96ef6
1 Parent(s): c46a686

Add Distil-Whisper Web demo link (#2)

Browse files

- Add Distil-Whisper Web demo link (419e55de293f772137956c997120c9ed6233e6f7)

Files changed (1) hide show
  1. README.md +2 -0
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