Spaces:
Runtime error
Runtime error
jhj0517 commited on
Commit ·
c0bbe98
1
Parent(s): e0e906d
Updated docstring
Browse files
modules/whisper/base_transcription_pipeline.py
CHANGED
|
@@ -89,7 +89,9 @@ class BaseTranscriptionPipeline(ABC):
|
|
| 89 |
add_timestamp: bool
|
| 90 |
Whether to add a timestamp at the end of the filename.
|
| 91 |
*pipeline_params: tuple
|
| 92 |
-
Parameters for the transcription pipeline. This will be dealt with "TranscriptionPipelineParams" data class
|
|
|
|
|
|
|
| 93 |
|
| 94 |
Returns
|
| 95 |
----------
|
|
|
|
| 89 |
add_timestamp: bool
|
| 90 |
Whether to add a timestamp at the end of the filename.
|
| 91 |
*pipeline_params: tuple
|
| 92 |
+
Parameters for the transcription pipeline. This will be dealt with "TranscriptionPipelineParams" data class.
|
| 93 |
+
This must be provided as a List with * wildcard because of the integration with gradio.
|
| 94 |
+
See more info at : https://github.com/gradio-app/gradio/issues/2471
|
| 95 |
|
| 96 |
Returns
|
| 97 |
----------
|