Update README.md
Browse files
README.md
CHANGED
|
@@ -56,6 +56,15 @@ Average word error rate (WER) over the FLEURS, Mozilla Common Voice and Multilin
|
|
| 56 |
|
| 57 |
### Transformers.js
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
| 60 |
```bash
|
| 61 |
npm i @huggingface/transformers
|
|
|
|
| 56 |
|
| 57 |
### Transformers.js
|
| 58 |
|
| 59 |
+
#### Online demo
|
| 60 |
+
|
| 61 |
+
Try it out with our [online demo](https://huggingface.co/spaces/webml-community/Voxtral-WebGPU):
|
| 62 |
+
|
| 63 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/3z0psEz3VS4kbscvXEE4n.mp4" />
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
#### Code snippets
|
| 67 |
+
|
| 68 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
| 69 |
```bash
|
| 70 |
npm i @huggingface/transformers
|