Update README.md
Browse files
README.md
CHANGED
|
@@ -115,6 +115,7 @@ tokenizer = WhisperTokenizer.from_pretrained("openai/whisper-large-v3", task="tr
|
|
| 115 |
feature_extractor = WhisperFeatureExtractor.from_pretrained("openai/whisper-large-v3")
|
| 116 |
|
| 117 |
pipe = pipeline(model=model, tokenizer=tokenizer, feature_extractor=feature_extractor, task="automatic-speech-recognition", device=device)
|
|
|
|
| 118 |
|
| 119 |
### Framework versions
|
| 120 |
|
|
|
|
| 115 |
feature_extractor = WhisperFeatureExtractor.from_pretrained("openai/whisper-large-v3")
|
| 116 |
|
| 117 |
pipe = pipeline(model=model, tokenizer=tokenizer, feature_extractor=feature_extractor, task="automatic-speech-recognition", device=device)
|
| 118 |
+
```
|
| 119 |
|
| 120 |
### Framework versions
|
| 121 |
|