antony66 commited on
Commit
a050863
1 Parent(s): 58c0afd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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