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