LAP-DEV commited on
Commit
ee75885
·
verified ·
1 Parent(s): eaac6d7

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
modules/whisper/whisper_base.py CHANGED
@@ -200,7 +200,7 @@ class WhisperBase(ABC):
200
  add_timestamp: bool
201
  Boolean value from gr.Checkbox() that determines whether to add a timestamp at the end of the subtitle filename.
202
  translate_output: bool
203
- Translate ouput
204
  translate_model: str
205
  Translation model to use
206
  target_lang: str
 
200
  add_timestamp: bool
201
  Boolean value from gr.Checkbox() that determines whether to add a timestamp at the end of the subtitle filename.
202
  translate_output: bool
203
+ Translate output
204
  translate_model: str
205
  Translation model to use
206
  target_lang: str