Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ The model expects an audio clip (up to 30s) to the encoder as an input and infor
|
|
56 |
|
57 |
Minimal example:
|
58 |
|
59 |
-
```
|
60 |
# Load model
|
61 |
architecture = "openai/whisper-large-v2"
|
62 |
checkpoint = "MU-NLPC/whisper-large-v2-audio-captioning"
|
|
|
56 |
|
57 |
Minimal example:
|
58 |
|
59 |
+
```python
|
60 |
# Load model
|
61 |
architecture = "openai/whisper-large-v2"
|
62 |
checkpoint = "MU-NLPC/whisper-large-v2-audio-captioning"
|