bond005 commited on
Commit
b495730
·
verified ·
1 Parent(s): b2b3f79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -141,7 +141,7 @@ from transformers import pipeline # for working with Whisper-Podlodka-Turbo
141
  import wget # for downloading demo sound from its URL
142
  from whisper_lid.whisper_lid import detect_language_in_speech # for spoken language detection
143
 
144
- model_id = "bond005/whisper-podlodks-turbo" # the best Whisper model :-)
145
  target_sampling_rate = 16_000 # Hz
146
 
147
  asr = pipeline(model=model_id, device_map='auto', torch_dtype='auto')
 
141
  import wget # for downloading demo sound from its URL
142
  from whisper_lid.whisper_lid import detect_language_in_speech # for spoken language detection
143
 
144
+ model_id = "bond005/whisper-podlodka-turbo" # the best Whisper model :-)
145
  target_sampling_rate = 16_000 # Hz
146
 
147
  asr = pipeline(model=model_id, device_map='auto', torch_dtype='auto')