hackergeek98 commited on
Commit
84a15b6
·
verified ·
1 Parent(s): 92cc3f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,7 +12,8 @@ pipeline_tag: automatic-speech-recognition
12
  library_name: transformers
13
  ---
14
  how to use the model in colab:
15
- !pip install torch torchaudio transformers librosa gradio
 
16
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
17
  import torch
18
 
 
12
  library_name: transformers
13
  ---
14
  how to use the model in colab:
15
+
16
+ pip install torch torchaudio transformers librosa gradio
17
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
18
  import torch
19