Update README.md
Browse files
README.md
CHANGED
|
@@ -157,7 +157,7 @@ To infer our Whisper models, you primarily use the `elastic_models.transformers.
|
|
| 157 |
**Example using `elastic_models` with the optimized model:**
|
| 158 |
|
| 159 |
```python
|
| 160 |
-
|
| 161 |
import librosa
|
| 162 |
from transformers import AutoProcessor
|
| 163 |
from transformers.pipelines import pipeline
|
|
|
|
| 157 |
**Example using `elastic_models` with the optimized model:**
|
| 158 |
|
| 159 |
```python
|
| 160 |
+
import torch
|
| 161 |
import librosa
|
| 162 |
from transformers import AutoProcessor
|
| 163 |
from transformers.pipelines import pipeline
|