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