Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JyothiVutukuri committed Jun 25, 2024
1 parent 2958794 commit e0552e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions io_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,4 @@ def check_pretrained_model_availability() -> bool:
if cfg.WHISPER_ASR_SETTINGS.MODEL in pretrained_models:
return True
logger.error(f"'{cfg.WHISPER_ASR_SETTINGS.MODEL}' is not a valid pretrained model!")
return False


return False

0 comments on commit e0552e1

Please sign in to comment.