LAP-DEV commited on
Commit
cb1f28f
·
verified ·
1 Parent(s): e1c1dbb

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
@@ -266,7 +266,7 @@ class WhisperBase(ABC):
266
  # Translate to English using Whisper built-in functionality
267
  transcription_note = ""
268
  if params.is_translate:
269
- transcription_note = "To English\n\t\t\t(using Whisper)"
270
  source_lang = "English"
271
 
272
  # Translate the transcribed segments
 
266
  # Translate to English using Whisper built-in functionality
267
  transcription_note = ""
268
  if params.is_translate:
269
+ transcription_note = "To English (using Whisper)"
270
  source_lang = "English"
271
 
272
  # Translate the transcribed segments