Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Jan 20, 2025
1 parent 2af36f6 commit 46441a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/whisper/base_transcription_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ def transcribe_file(self,
include_subdirectory: Optional[str]
When using `input_folder_path`, whether to include all files in the subdirectory or not
save_same_dir: Optional[str]
When using `input_folder_path`, whether to save output in the same directory as inputs or not.
This feature is only available when using `input_folder_path`, because gradio only allows to use
cached file path in the function yet.
When using `input_folder_path`, whether to save output in the same directory as inputs or not, in addition
to the original output directory. This feature is only available when using `input_folder_path`, because
gradio only allows to use cached file path in the function yet.
file_format: str
Subtitle File format to write from gr.Dropdown(). Supported format: [SRT, WebVTT, txt]
add_timestamp: bool
Expand Down

0 comments on commit 46441a5

Please # to comment.