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