Update modules/whisper/whisper_base.py
Browse files
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
|
| 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
|