Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ In order to infer a single audio file using this model, the following code snipp
|
|
55 |
>>> print('Transcription: ', transcribe(audio)["text"])
|
56 |
```
|
57 |
|
58 |
-
For faster inference of whisper models the [whisper-jax](https://github.com/sanchit-gandhi/whisper-jax) library can be used. Please follow the necessary installation steps as mentioned [here](https://github.com/vasistalodagala/whisper-finetune#faster-evaluation-with-whisper-jax), before using the following code snippet:
|
59 |
|
60 |
```python
|
61 |
>>> import jax.numpy as jnp
|
|
|
55 |
>>> print('Transcription: ', transcribe(audio)["text"])
|
56 |
```
|
57 |
|
58 |
+
For faster inference of whisper models, the [whisper-jax](https://github.com/sanchit-gandhi/whisper-jax) library can be used. Please follow the necessary installation steps as mentioned [here](https://github.com/vasistalodagala/whisper-finetune#faster-evaluation-with-whisper-jax), before using the following code snippet:
|
59 |
|
60 |
```python
|
61 |
>>> import jax.numpy as jnp
|