hackergeek98 commited on
Commit
826e107
·
verified ·
1 Parent(s): 0c24b79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,10 +13,10 @@ 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
19
- import torch
20
 
21
  #Load your fine-tuned Whisper model and processor
22
  model_name = "hackergeek98/tinyyyy_whisper"
 
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
19
+ import torch
20
 
21
  #Load your fine-tuned Whisper model and processor
22
  model_name = "hackergeek98/tinyyyy_whisper"