LAP-DEV commited on
Commit
520b9b9
·
verified ·
1 Parent(s): 7833fe8

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
@@ -270,7 +270,7 @@ class WhisperBase(ABC):
270
  transcription_note = "To English"
271
  source_lang = "English"
272
  else:
273
- transcription_note = "Already in " + target_lang
274
 
275
  # Translate the transcribed segments
276
  translation_note = ""
 
270
  transcription_note = "To English"
271
  source_lang = "English"
272
  else:
273
+ transcription_note = "Already in English"
274
 
275
  # Translate the transcribed segments
276
  translation_note = ""