LAP-DEV commited on
Commit
805bb9b
·
verified ·
1 Parent(s): a8a8a7d

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +4 -4
modules/whisper/whisper_base.py CHANGED
@@ -260,10 +260,10 @@ class WhisperBase(ABC):
260
 
261
  # Translate the trandscribed segments
262
  test = TranslationBase.translate_file(
263
- input_list_dict=transcribed_segments,
264
- model_size="facebook/nllb-200-distilled-600M",
265
- src_lang=file_language,
266
- tgt_lang="Dutch"
267
  )
268
  print(test)
269
 
 
260
 
261
  # Translate the trandscribed segments
262
  test = TranslationBase.translate_file(
263
+ input_list_dict=transcribed_segments,
264
+ model_size="facebook/nllb-200-distilled-600M",
265
+ src_lang=file_language,
266
+ tgt_lang="Dutch"
267
  )
268
  print(test)
269