LAP-DEV commited on
Commit
a931cd1
·
verified ·
1 Parent(s): 939d453

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -0
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,