Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ After preprocessing of the original dataset (train + test + validation splits we
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
-
```
|
26 |
import torch
|
27 |
from transformers import WhisperForConditionalGeneration, WhisperProcessor, pipeline
|
28 |
|
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
+
```python
|
26 |
import torch
|
27 |
from transformers import WhisperForConditionalGeneration, WhisperProcessor, pipeline
|
28 |
|