Update README.md
Browse files
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
|