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