hackergeek98 commited on
Commit
2615cde
·
verified ·
1 Parent(s): bf21594

Update README.md

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