shreyajn commited on
Commit
4797dda
1 Parent(s): f6c1eb1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -138,10 +138,8 @@ from qai_hub_models.models.whisper_tiny_en import WhisperEncoder,WhisperDecoder
138
 
139
  # Load the model
140
  encoder_model = WhisperEncoder.from_pretrained()
141
-
142
  decoder_model = WhisperDecoder.from_pretrained()
143
 
144
-
145
  # Device
146
  device = hub.Device("Samsung Galaxy S23")
147
 
 
138
 
139
  # Load the model
140
  encoder_model = WhisperEncoder.from_pretrained()
 
141
  decoder_model = WhisperDecoder.from_pretrained()
142
 
 
143
  # Device
144
  device = hub.Device("Samsung Galaxy S23")
145