Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -269,6 +269,7 @@ class WhisperBase(ABC):
|
|
269 |
|
270 |
# Translate the trandscribed segments
|
271 |
if translate_output:
|
|
|
272 |
self.nllb_inf = NLLBInference()
|
273 |
transcribed_segments = self.nllb_inf.translate_text(
|
274 |
input_list_dict=transcribed_segments,
|
|
|
269 |
|
270 |
# Translate the trandscribed segments
|
271 |
if translate_output:
|
272 |
+
print(transcribed_segments)
|
273 |
self.nllb_inf = NLLBInference()
|
274 |
transcribed_segments = self.nllb_inf.translate_text(
|
275 |
input_list_dict=transcribed_segments,
|