vasista22 commited on
Commit
e0a37d3
1 Parent(s): fb42807

Update README.md

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