LAP-DEV commited on
Commit
13a10f5
·
verified ·
1 Parent(s): a4738d6

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
modules/whisper/whisper_base.py CHANGED
@@ -286,7 +286,7 @@ class WhisperBase(ABC):
286
  else:
287
  translation_note = source_lang + " not supported (using Facebook NLLB)"
288
  else:
289
- translation_note = "None (Already in " + target_lang + ")"
290
 
291
  ## Get preview as txt
292
  file_name, file_ext = os.path.splitext(os.path.basename(file))
 
286
  else:
287
  translation_note = source_lang + " not supported (using Facebook NLLB)"
288
  else:
289
+ translation_note = "Already in " + target_lang
290
 
291
  ## Get preview as txt
292
  file_name, file_ext = os.path.splitext(os.path.basename(file))