Add Distil-Whisper Web demo link

#2
by Xenova HF staff - opened
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